https://github.com/iaseth/prelimspattern
Analysing UPSC CSE Prelims.
https://github.com/iaseth/prelimspattern
india prelims upsc
Last synced: 7 months ago
JSON representation
Analysing UPSC CSE Prelims.
- Host: GitHub
- URL: https://github.com/iaseth/prelimspattern
- Owner: iaseth
- Created: 2022-11-07T14:52:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T14:35:40.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T21:03:44.217Z (7 months ago)
- Topics: india, prelims, upsc
- Language: JavaScript
- Homepage: https://prelimspattern.netlify.app
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [prelimspattern](https://prelimspattern.netlify.app/)
This project aims to analyse the UPSC CSE Prelims examination by doing data analysis for questions over the last 10 years (2013-2022).## Getting Started
First, install everything:
```bash
npm install
```Now, run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Export everything as a static site:
```bash
npm run build && npm run export
# or if you have `make` installed
make
```