https://github.com/kick1911/kickness-website
Website for kickness.org
https://github.com/kick1911/kickness-website
Last synced: 2 months ago
JSON representation
Website for kickness.org
- Host: GitHub
- URL: https://github.com/kick1911/kickness-website
- Owner: Kick1911
- Created: 2019-09-07T21:52:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:20:58.000Z (over 2 years ago)
- Last Synced: 2025-01-23T04:28:15.407Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 4.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kickness
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).