https://github.com/gavinray97/code-for-boulder
https://github.com/gavinray97/code-for-boulder
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gavinray97/code-for-boulder
- Owner: GavinRay97
- Created: 2018-07-28T20:55:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T21:43:13.000Z (almost 8 years ago)
- Last Synced: 2026-02-02T02:52:21.294Z (5 months ago)
- Language: Vue
- Size: 146 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code-for-boulder
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```