https://github.com/gamefuzzy/loruki-web
https://github.com/gamefuzzy/loruki-web
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gamefuzzy/loruki-web
- Owner: GameFuzzy
- Created: 2021-05-09T20:26:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T00:21:57.000Z (over 3 years ago)
- Last Synced: 2025-01-08T18:48:15.023Z (over 1 year ago)
- Language: TypeScript
- Size: 1.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loruki
## 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).