Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 598 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 598 Bytes

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

# 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