ente/web/docs/new.md
2024-03-06 11:09:19 +05:30

384 B

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@20. Our package manager, yarn comes with it.

That's it. Enjoy coding!