Skip to content

elproffesore/mapping-cities-making-cities

Repository files navigation

Krise

The project "Krise" is part of the university course Mapping Cities - Making Cities and was done in the summer semester 2024.

Setup

To run the project locally, you need to have Node.js installed. Then you can run the following commands in the terminal:

To install the dependencies: npm install

To start the development server on port 5173: npm run dev

Deploy

To the deploy the project it must be build first: npm run build

Then you can deploy the static-site in the folder dist on any webserver.