https://github.com/rishvant/prog-o-thon-2023
https://github.com/rishvant/prog-o-thon-2023
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishvant/prog-o-thon-2023
- Owner: rishvant
- Created: 2024-01-27T06:36:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T12:42:53.000Z (over 2 years ago)
- Last Synced: 2025-06-21T08:35:57.588Z (about 1 year ago)
- Language: HTML
- Size: 739 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```