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
- Host: GitHub
- URL: https://github.com/hisarcs/summit25
- Owner: HisarCS
- Created: 2024-10-11T10:25:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-11T11:44:02.000Z (8 months ago)
- Last Synced: 2025-11-11T13:11:56.337Z (8 months ago)
- Language: SCSS
- Size: 27.1 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.