Skip to content

Simple web form to submit expense reports; created for Studievereniging Sticky

Notifications You must be signed in to change notification settings

svsticky/digidecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Digidecs

Digidecs is the online form for committee- and board members to submit their receipts.

Prerequesites

  • Yarn
  • Rust
  • Node, >=21.0 (with the strong advice of using nvm :).

Local Installation

start the server

  1. move to the server folder
  2. run cargo build.
  3. run cargo run -- --config config.json --dry-run. if on production, remove the --dry-run part.

start the front-end

  1. Move to the frontend folder.
  2. There, run yarn install
  3. After this, run yarn run dev You now have a hot-reloadable dev enviroment. Happy hacking!