- Node.js version 18.x
- Watchman for Relay-compiler
- Run
npm install
to install dependencies. - Create a file .env in root directory based on env.example.
- Execute
npm run dev
to start the frontend (NextJs), and the Relay compiler for GraphQL.
Open http://localhost:3000 with your browser to see the result.