Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 602 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 602 Bytes

Derby Quiz 🐎

Speed-oriented general knowledge quiz game in French language, made with Next.js

Getting Started

Prerequisites

Clone & Install

git clone https://github.com/ehenon/derby-quiz.git
cd derby-quiz
npm i

Available Commands

npm run dev        # start in development mode
npm run build      # build for production usage
npm run start      # start a production server
npm run lint       # check for programmatic and stylistic errors