An open API service indexing awesome lists of open source software.

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.

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
```