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