-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4086fb8
commit a269cdf
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! | ||
|