Add a small (generic workflow) getting started doc
This commit is contained in:
parent
01f30d7fb1
commit
56d931dfce
1 changed files with 15 additions and 0 deletions
15
docs/New.md
Normal file
15
docs/New.md
Normal 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!
|
Loading…
Add table
Reference in a new issue