Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 599 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 599 Bytes

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.