This project aims to analyse the UPSC CSE Prelims examination by doing data analysis for questions over the last 10 years (2013-2022).
First, install everything:
npm install
Now, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Export everything as a static site:
npm run build && npm run export
# or if you have `make` installed
make