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

https://github.com/rishvant/prog-o-thon-2023


https://github.com/rishvant/prog-o-thon-2023

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## For local developent

### Clone the repository in your local machine

```sh
git clone https://github.com/rishvant/Prog-O-Thon-2023
```

### Enter the 'Prog-O-Thon-2023' directory

```sh
cd Prog-O-Thon-2023
```

### Install the dependencies

```sh
npm i
```

### Start the local dev server

```sh
node server.js
```