https://github.com/codex-team/hawk.so
https://github.com/codex-team/hawk.so
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codex-team/hawk.so
- Owner: codex-team
- Created: 2019-03-27T05:36:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T14:16:43.000Z (9 months ago)
- Last Synced: 2024-12-31T05:28:10.793Z (5 months ago)
- Language: Vue
- Size: 3.09 MB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hawk-yard
## Build Setup
> ⚠️ Requires node.js 14+
```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).