https://github.com/jtebert/harvard-curling
Harvard curling team website
https://github.com/jtebert/harvard-curling
Last synced: 9 days ago
JSON representation
Harvard curling team website
- Host: GitHub
- URL: https://github.com/jtebert/harvard-curling
- Owner: jtebert
- Created: 2020-02-27T22:14:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T12:37:33.000Z (almost 3 years ago)
- Last Synced: 2023-09-14T01:12:13.308Z (almost 3 years ago)
- Language: SCSS
- Size: 23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harvard Curling
> Harvard Curling website
## Build Setup
``` bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).