https://github.com/cyscomvit/cyscom-website
https://github.com/cyscomvit/cyscom-website
hacktoberfest
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyscomvit/cyscom-website
- Owner: cyscomvit
- Created: 2024-03-05T17:59:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:35:30.000Z (about 1 year ago)
- Last Synced: 2024-10-29T21:39:08.837Z (about 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://cyscom-website.vercel.app
- Size: 10.7 MB
- Stars: 1
- Watchers: 0
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CYSCOM Website
### Getting Started
To install node modules, run
```
npm install
```
After installing node modules, run
```
npm run dev
```
and open [http://localhost:5173](http://localhost:5173) in your browser.
Before creating a pull request, run
```
npm run format
```