Naming conventions:
-
Folders on kebab-case.
-
Components, context on PascalCase.
-
Hooks, index and other files on camelCase.
- install nodejs v20
- install pnpm
- start a backend server
- create a .env.local from the .env skeleton inside the relevant package, make sure to have the correct VITE_SERVER_URL
- pnpm i
- pnpm core:dev or pnpm berlin:dev