ente/web/docs/new.md

27 lines
541 B
Markdown
Raw Normal View History

## 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.
2024-03-05 15:51:05 +00:00
4. Install node on your machine `brew install node@20`. Our package manager,
`yarn` comes with it.
That's it. Enjoy coding!
2024-03-08 07:41:04 +00:00
### Yarn
Note that we use Yarn classic
```
$ yarn --version
1.22.21
```
You should be seeing a 1.xx.xx version, otherwise your `yarn install` will fail.