First, open docker and run compose:
docker compose up -d
Second, make sure to have the dependencies installed and run the dev server:
yarn install
yarn dev
Open http://localhost:8000/graphql with your browser to see the result.
In order to run lint, do:
yarn lint
- Node 18+
- Yarn
- Docker