https://github.com/snowdogapps/hackyeah-2020
App created during the HackYeah 2020
https://github.com/snowdogapps/hackyeah-2020
Last synced: 6 months ago
JSON representation
App created during the HackYeah 2020
- Host: GitHub
- URL: https://github.com/snowdogapps/hackyeah-2020
- Owner: SnowdogApps
- Created: 2020-11-27T19:57:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T08:50:05.000Z (about 5 years ago)
- Last Synced: 2025-04-12T22:14:56.202Z (9 months ago)
- Language: Vue
- Homepage: https://wateca.pl
- Size: 979 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackyeah-2020
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).