- Install Docker or a MongoDB instance locally
- If using docker, run
docker-compose up -d
to run MongoDB in the background - Add an environment file by running
cp .env.example .env
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.