mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #5284] Kindly write tutorial for beginners who want to fork this and create thier own side project from this codebase #2335
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fisforfaheem on GitHub (May 7, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5284
Description
I would love to fork and make a version for my own small team of class friends. But it doesnt seems to be as easy as it seems, kindly help out.
Impact
huge impact on my daily task management
Additional Context
need tutorial
@Xazin commented on GitHub (May 7, 2024):
Can you elaborate on what you need? We have documentation for both setting up AppFlowy for development locally, but also for self-hosting/cloud service.
See:
https://docs.appflowy.io/docs/documentation/appflowy/from-source
https://docs.appflowy.io/docs/documentation/appflowy-cloud/deployment
https://docs.appflowy.io/docs/guides/appflowy
@fisforfaheem commented on GitHub (May 8, 2024):
As a beginner Flutter developer, I prefer not to use Rust for now. Is there a starting point I can clone to kickstart my work? And can I easily merge any future changes? Additionally, if I want to use Firebase as a backend, how do I go about integrating it, and how would I handle multiple users? Also, is there a simple video tutorial available that covers the basics and guides me through creating a mini project for university friends?
@emmggi commented on GitHub (May 11, 2024):
There are issues labeled as
good first issue for devs. That should be a good starting point.https://github.com/AppFlowy-IO/AppFlowy/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue+for+devs%22
@Xazin commented on GitHub (May 11, 2024):
A point to be made is that you can't "avoid using" Rust, as our backend is embedded it is a requirement that it is available otherwise the Flutter application won't be able to function.
But as Emmggi mentions, it's possible to implement features and largely develop on the application without having to touch the Rust side of our application.
@fisforfaheem commented on GitHub (May 14, 2024):
I wanted to make my own small version of this app, and Maybe use firebase
to extend it, for auth, storage, and db.
On Sat, May 11, 2024, 8:08 PM Mathias Mogensen @.***>
wrote: