Skip to content

Commit 273abef

Browse files
committed
chore(fortuna): improve readme
1 parent 1b7ce23 commit 273abef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/fortuna/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,12 @@ RUST_LOG=INFO cargo run -- run
5757
```
5858

5959
This command will start the webservice on `localhost:34000`.
60+
61+
## Nix
62+
63+
If you are a nix user, you can use the included [Nix flake](./flake.nix) and
64+
[direnv config](./envrc) which will configure your environment for you
65+
automatically. If you use this configuration you will have a `cli` script in
66+
your dev shell which provides easy access to some common tasks, such as `cli
67+
start` to start the server in watch mode, `cli test` to run unit, code format,
68+
and lint checks, and `cli fix` to run auto-fixes for formatting and lint issues.

0 commit comments

Comments
 (0)