GameOver is a serious game, developed by students at the Fachhochschule Graubünden at the institute for Multimedia Production. It is a game about the SDG's of the UN. It's main focus is to raise awareness about the SDG's and to educate people about the multifactorial problems of our world.
To set up the development, first create a .env file in the root directory of the project. Paste in the variables. Then install all the dependencies
npm install
Start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.