https://github.com/stormwarning/honeyware
🍯A digital character sheet for Honey Heist
https://github.com/stormwarning/honeyware
character-sheet nuxt pwa rpg-tool vue
Last synced: 4 months ago
JSON representation
🍯A digital character sheet for Honey Heist
- Host: GitHub
- URL: https://github.com/stormwarning/honeyware
- Owner: stormwarning
- Created: 2019-04-03T15:54:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T12:28:50.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T20:38:36.530Z (over 1 year ago)
- Topics: character-sheet, nuxt, pwa, rpg-tool, vue
- Language: Vue
- Homepage: https://honeyware.netlify.com/
- Size: 3.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# honeyware
> My fabulous Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).