feat: add noscript information and update readme

This commit is contained in:
Max Hohlfeld 2024-06-11 11:47:52 +02:00
parent e0351dac82
commit 94c67a8b73
2 changed files with 19 additions and 1 deletions

View File

@ -1 +1,10 @@
`cargo install sqlx-cli`
# Getting started with developing
1. Clone the repository.
2. Install and configure Postgresql. Create a new database for brass: `createdb brass`.
3. TODO: Configure DB name, DB user & pass, DB connection string, ...
4. Install sqlx-cli: `cargo install sqlx-cli`
5. Migrate the database: `sqlx database setup`
6. Create superuse: `cargo r -- createadmin`
## Useful stuff
- cargo-watch, cargo-add

View File

@ -61,6 +61,15 @@
</div>
</div>
</nav>
<noscript>
<section class="section">
<div class="notification is-danger is-light">
Dein Browser unterstützt kein JavaScript oder du hast es deaktiviert. Die Funktionalität ist daher auf nur-Lesen beschränkt.
</div>
</section>
</noscript>
{% block content %}
{% endblock %}
{% endblock %}