Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kindly write tutorial for beginners who want to fork this and create thier own side project from this codebase #5284

Open
fisforfaheem opened this issue May 7, 2024 · 5 comments

Comments

@fisforfaheem
Copy link

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
Copy link
Collaborator

Xazin commented 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
Copy link
Author

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
Copy link

emmggi commented May 11, 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?

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
Copy link
Collaborator

Xazin commented 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
Copy link
Author

fisforfaheem commented May 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants