-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: added install fest docs #14
Conversation
This is really great! |
src/installation/README.md
Outdated
|
||
make sure you team is using the same version of node for consistency and to avoid errors. | ||
|
||
## Installing Python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let’s add Django as well since a couple PMs said they will be using it for their backend.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Done, added a Django initial setup guide
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet thanks! Perhaps it would be better to merge it with the existing Django guide under the "Guides" section, to avoid overlap, I'll leave that up to your discretion!
✅ Added WSL2 installation guide and some basic Linux commands/ learning resources. |
I updated the current Django guide with my changes. Some of the commands were outdated since homebrew installs Python 3 by default. Also added a section on how to connect Postgres with Django instead of using SQLite. |
…docs feat: added install fest docs
Added new docs for install fest. If there's anything else we need to include let me know