updated README

This commit is contained in:
anthdm 2024-06-08 11:02:51 +02:00
parent 74d90d3f56
commit 50bee0f80f

View file

@ -20,6 +20,12 @@ make dev
```
# Getting started
## Hot reloading the browser
Hot reloading is configured by default, the only thing left to do is watching for changes to your assets by running the following command:
```
make assets
```
## Migrations
### Create a new migration
```