https://github.com/baumannzone/oswhacktoparty-2019
🎃 OSWeekends Event + Hacktoberfest 2019 👩💻👨💻
https://github.com/baumannzone/oswhacktoparty-2019
Last synced: about 1 year ago
JSON representation
🎃 OSWeekends Event + Hacktoberfest 2019 👩💻👨💻
- Host: GitHub
- URL: https://github.com/baumannzone/oswhacktoparty-2019
- Owner: baumannzone
- Created: 2019-10-12T10:25:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T04:33:18.000Z (over 1 year ago)
- Last Synced: 2025-05-14T22:42:36.515Z (about 1 year ago)
- Language: JavaScript
- Size: 318 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oswhacktoparty-2019
## 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 end-to-end tests
```
npm run test:e2e
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).