Add a small (generic workflow) getting started doc (#1633)

This commit is contained in:
Manav Rathi 2024-02-18 12:51:16 +05:30 committed by GitHub
commit a8ec4f9112
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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!