diff --git a/README.md b/README.md index e434f359..ad4f9a79 100644 --- a/README.md +++ b/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 diff --git a/templates/nav.html b/templates/nav.html index fed18cd8..57c0d63b 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -61,6 +61,15 @@ + + + {% block content %} {% endblock %} {% endblock %}