https://github.com/cyscomvit/cyscom-website
https://github.com/cyscomvit/cyscom-website
hacktoberfest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyscomvit/cyscom-website
- Owner: cyscomvit
- Created: 2024-03-05T17:59:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:35:30.000Z (7 months ago)
- Last Synced: 2024-10-29T21:39:08.837Z (7 months 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
```