A quiz game build with nextjs
- Clone this repo with
git clone https://github.com/calebesg/quiz.git - Move yourself to the quiz directory:
cd quiz - Run the
npm installadd all dependencies - Create the
.envfile, and addAPI_URL=http://localhost:3000/api - Run
npm run devstart app
