anthkris / id-simulator

A reigns-like yes/no game about being an instructional designer
MIT License
4 stars 5 forks source link

ID Simulator

An ES6, xAPI-enabled yes/no game about being an instructional designer.

Inspiration

Game Play

Build a business as a new instructional designer. You must last 5 in-game years with a profit and earn your CPPMPLP (certified public profitable marketable learning professional-ish) certification.

Credits

Contributors in Alpha Order

Build system

Dev Spin up dev environment with hot reloading. Project in dev served on localhost:5001

cd <project folder>
npm install
npm run dev

Build

npm run build

Serve Production build is previewed(served) on localhost:5000

npm run serve