https://github.com/falinor/baby-foot-host
The host front for the connected baby-foot project.
https://github.com/falinor/baby-foot-host
Last synced: 3 months ago
JSON representation
The host front for the connected baby-foot project.
- Host: GitHub
- URL: https://github.com/falinor/baby-foot-host
- Owner: Falinor
- Created: 2020-10-08T08:42:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T00:16:37.000Z (over 3 years ago)
- Last Synced: 2025-01-24T10:32:12.192Z (over 1 year ago)
- Language: Vue
- Size: 45.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# baby-foot-host
## 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).