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

https://github.com/hisarcs/summit25

The website for the 2025 annual Hisar Coding Summit
https://github.com/hisarcs/summit25

Last synced: 4 months ago
JSON representation

The website for the 2025 annual Hisar Coding Summit

Awesome Lists containing this project

README

          

# Installation
Install npm and nodejs from https://nodejs.org/en/download/ by downloading the installer for your OS and running it.\
Once installed, open a terminal and run `npm install` in the project directory to install all the dependencies for the project.

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

### `npm run deploy`

Uses gh-pages npm package to deploy the app to github pages.\
`npm i -g gh-pages` to install the package globally.