Skip to content

remoflury/gameover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

058d971 · Jan 18, 2024
Jan 18, 2024
Dec 15, 2023
Nov 27, 2023
Nov 27, 2023
Nov 27, 2023
Nov 27, 2023
Nov 27, 2023
Nov 27, 2023
Dec 2, 2023
Dec 6, 2023
Dec 6, 2023
Nov 27, 2023
Nov 27, 2023
Dec 15, 2023
Nov 27, 2023
Nov 27, 2023

Repository files navigation

GameOver?

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.

Development

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

Developing

Start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

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.