Readme with basic instructions for running.
This commit is contained in:
parent
df2604aabd
commit
6050f1cb70
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
and backend. The server can then be accessed at `localhost:8000` in
|
||||
the browser.
|
||||
|
||||
|
||||
```bash
|
||||
$ cargo watch -x run
|
||||
$ cd frontend/
|
||||
$ elm-watch hot
|
||||
$ cadddy run
|
||||
```
|
Loading…
Reference in New Issue