Updated some small things and edited README and some issue templates

This commit is contained in:
2025-05-07 12:33:01 +02:00
parent 47f4febd19
commit 6c52808655
9 changed files with 141 additions and 93 deletions

View File

@@ -1,7 +1,7 @@
<!-- <img align="right" src="https://github.com/discord-jda/JDA/blob/assets/assets/readme/logo.png?raw=true" height="150" width="150"> -->
# CoasterDB
Roller coaster and amusement park database with web view as a project for the seminar subject s_Tec (Q1.2)
Achterbahn- und Freizeitparkdatenbank mit Webansicht für das Seminarfach s_Tec (Q1.2)
## Summary
1. [Installation](#installation)
@@ -9,18 +9,13 @@ Roller coaster and amusement park database with web view as a project for the se
3. [Contributing](#contributing-to-the-project)
## Installation
Just clone the project and install all dependencies via:
Klone das Projekt und installiere es samt Dependencies mit:
```sh
$ npm install
```
## Getting started
If you configured everything adjusted to your needs, you can start the development server via:
Wenn du alles deinen Bedürfnissen nach angepasst hast, starte den Development-Server mit:
```sh
$ npm run dev
```
## Contributing to the project
Use the development branch for further updates.<br>
The development branch will only be merged with the master if the new version is completely finished for being live.<br>
Follow the [Contributing Guidelines](https://github.com/MiauRizius/CoasterDB/blob/master/.github/CONTRIBUTING.md).
```