https://github.com/awayken/2017-christmas-card
ESCAPE from the MAZE PLANET
https://github.com/awayken/2017-christmas-card
christmas-card nuxt postcss showcase vue
Last synced: 2 months ago
JSON representation
ESCAPE from the MAZE PLANET
- Host: GitHub
- URL: https://github.com/awayken/2017-christmas-card
- Owner: awayken
- License: mit
- Created: 2017-11-10T19:36:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:36:46.000Z (over 2 years ago)
- Last Synced: 2025-01-26T15:11:23.569Z (4 months ago)
- Topics: christmas-card, nuxt, postcss, showcase, vue
- Language: Vue
- Homepage: https://awayken.com/2017-christmas-card/
- Size: 4.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESCAPE from the MAZE PLANET
> The Miles Rausch Family has completed another stellar year, and we're celebrating it with this text adventure story. Young or old, choose your own adventure with Kiddo & Sweets. Learn more about our 2017 as you try to escape the maze planet, Skoor!
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn 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# deploy static project to GitHub pages
$ npm run deploy
```