An ES6, xAPI-enabled yes/no game about being an instructional designer.
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.
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