Skip to content

Commit

Permalink
added README
Browse files Browse the repository at this point in the history
  • Loading branch information
SamStaijen committed Dec 2, 2024
1 parent 4086fb8 commit a269cdf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Digidecs
Digidecs is the online form for committee- and board members to submit their receipts.

# Prerequesites
- [Yarn](https://classic.yarnpkg.com/en/)
- [Vue](https://vuejs.org/)
- [Rust](https://www.rust-lang.org/)

# 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!

0 comments on commit a269cdf

Please sign in to comment.