This app is a simple mobile game in which the player takes care of their virtual companion
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git. OSX and Linux machines typically have this already installed.
- Node.js - Download & Install Node.js and the npm package manager. If you encounter any problems, you can also use this GitHub Gist to install Node.js.
- Yarn - Download & Install Yarn
Configuration of the app can be changed in /src/config folder
Clone the project
git clone git@github.com:m8b-dev/un1.io.git un1-ioGo to the project directory
cd un1-ioInstall dependencies
yarn installStart the server
yarn startTo run tests, run the following command
yarn test:finalIf you only want to check the files that changed on your branch, run
yarn test