Add a small (generic workflow) getting started doc

This commit is contained in:
Manav Rathi 2024-02-18 12:46:40 +05:30
parent 01f30d7fb1
commit 56d931dfce

15
docs/New.md Normal file
View file

@ -0,0 +1,15 @@
## Welcome!
If you're new to this sort of stuff or coming back to it after mobile/backend
development, here is a recommended workflow:
1. Install VS Code.
2. Install the Prettier and ESLint extensions.
3. Enable the VS Code setting to format on save.
4. Install node on your machine `brew install node`. Our package manager, `yarn`
comes with it.
That's it. Enjoy coding!