Digidecs is the online form for committee- and board members to submit their receipts.
- move to the
server
folder - run
cargo build
. - run
cargo run -- --config config.json --dry-run
. if on production, remove the--dry-run
part.
- Move to the
frontend
folder. - There, run
yarn install
- After this, run
yarn run dev
You now have a hot-reloadable dev enviroment. Happy hacking!