2024-07-06 18:12:47 -07:00
|
|
|
# Captain's Log
|
|
|
|
|
|
|
|
A WIP bespoke task tracking app with a userbase of 1.
|
|
|
|
|
|
|
|
## Running the server
|
|
|
|
|
|
|
|
There are 3 servers to run to enable hot reloading of the frontend
|
2024-12-03 22:05:32 -08:00
|
|
|
and backend. The server can then be accessed at `localhost:8000` in
|
2024-07-06 18:12:47 -07:00
|
|
|
the browser.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ cargo watch -x run
|
|
|
|
$ cd frontend/
|
|
|
|
$ elm-watch hot
|
|
|
|
$ cadddy run
|
|
|
|
```
|