From a269cdf57b6891a557654b3c8a668c28115aadbe Mon Sep 17 00:00:00 2001 From: sam32123 Date: Mon, 2 Dec 2024 14:39:08 +0100 Subject: [PATCH 1/3] added README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..57b47b0 --- /dev/null +++ b/README.md @@ -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! + From e69b8e84063060ed1caa6c65b5fe996fd71cde07 Mon Sep 17 00:00:00 2001 From: SamStaijen <15876627+SamStaijen@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:22:14 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 57b47b0..a4d7dd9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Digidecs is the online form for committee- and board members to submit their rec # Prerequesites - [Yarn](https://classic.yarnpkg.com/en/) -- [Vue](https://vuejs.org/) - [Rust](https://www.rust-lang.org/) # Local Installation From 59905a8c07bcc96293f981c8dde3ec678742f073 Mon Sep 17 00:00:00 2001 From: SamStaijen <15876627+SamStaijen@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:23:39 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4d7dd9..6465508 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Digidecs is the online form for committee- and board members to submit their rec # Prerequesites - [Yarn](https://classic.yarnpkg.com/en/) - [Rust](https://www.rust-lang.org/) +- [Node](https://nodejs.org/en), >=21.0 (with the strong advice of using nvm :). + # Local Installation ## start the server