Help! The International Space Station has sent out a distress call. A part of its solar array has been knocked off and it's losing power fast. Can you help retrieve the parts and deliver them to the ISS to save the day? To do so, you'll need to consult with some very special women scientists. Collect the clues they provide, solve the puzzles they offer, and achieve your mission!
This project is one of the 'Mystery Adventure' Series by Azure Advocates. Lead developers are Jen Looper and Chris Noring.
To run this app, you need to fork it and make sure you have your development environment set up for Vue and VuePress development. First, ensure that you have node.js and npm or node and yarn installed.
For VuePress, install the package globally using yarn or npm:
yarn global add vuepress
or
npm install -g vuepress
Follow the instructions here to get set up. When your local system is ready, you can start running this web site for local development.
To run the site locally, use the command from the app
folder:
npm run dev
.
Build the site locally:
npm run build
.
This game is tracked using Playfab via an Azure function stored in the /api
folder.
This site is deployed as an Azure Static Web Site.