MainMenu -> CutScene1 (StoryLine) -> CutScene2 (StoryLine) -> Temple ->
CutScene3 (Tutorial) -> Delivery -> Temple -> PathSelection ->
CodePath / DesignPath -> Ending -> Summarzie
You’ll need to install a few things before you have a working copy of the project.
2. Install dependencies (optionally you could install yarn):
Run:
npm install
or
yarn
Run:
npm run dev
or
yarn dev
Run:
npm run deploy
or
yarn deploy