feat: add noscript information and update readme
This commit is contained in:
parent
e0351dac82
commit
94c67a8b73
11
README.md
11
README.md
@ -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
|
||||
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user