|
2 months ago | |
---|---|---|
frontend | 2 months ago | |
nix | 2 months ago | |
src | 3 months ago | |
.gitignore | 9 months ago | |
Cargo.lock | 9 months ago | |
Cargo.toml | 9 months ago | |
README.md | 3 months ago | |
config.yaml | 9 months ago |
config.yaml
(cd frontend && yarn && node_modules/.bin/gulp --production)
RESOURCE_DIR=frontend cargo run --release
For Nix users, you can use this command to start rusty-lg:
RESOURCE_DIR=$(nix-build nix -A rusty-lg-frontend) $(nix-build nix -A rusty-lg-backend)/bin/rusty-lg
Because that'd be no fun