21 lines
606 B
Markdown
21 lines
606 B
Markdown
<!-- <img align="right" src="https://github.com/discord-jda/JDA/blob/assets/assets/readme/logo.png?raw=true" height="150" width="150"> -->
|
|
|
|
# CoasterDB
|
|
Achterbahn- und Freizeitparkdatenbank mit Webansicht für das Seminarfach s_Tec (Q1.2)
|
|
|
|
## Summary
|
|
1. [Installation](#installation)
|
|
2. [Getting started](#getting-started)
|
|
3. [Contributing](#contributing-to-the-project)
|
|
|
|
## Installation
|
|
Klone das Projekt und installiere es samt Dependencies mit:
|
|
```sh
|
|
$ npm install
|
|
```
|
|
|
|
## Getting started
|
|
Wenn du alles deinen Bedürfnissen nach angepasst hast, starte den Development-Server mit:
|
|
```sh
|
|
$ npm run dev
|
|
``` |