Skip to content

Commit 090e735

Browse files
authored
Merge pull request #48 from Mkranj/readme_setup
Readme - add local setup instructions
2 parents 5a4e548 + 4eea264 commit 090e735

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,19 @@ Note that the Date column should contain dates, not datetimes (i.e. "*30.08.2023
2525

2626
## Privacy:
2727
Any data you upload can be viewed only by you and is deleted at the end of the session.
28+
29+
## Running the app locally:
30+
31+
- Download this repository
32+
- Install the **renv** package if you haven't already
33+
- Open the project folder and run `renv::restore()` to install all dependencies for this project
34+
- Run `app.R`
35+
36+
Alternatively, if you prefer using **Docker**,
37+
38+
- Download this repository
39+
- Build an image using the provided `dockerfile`
40+
- Create a container from that image, exposing the inside port 8180 to a port of your choosing
41+
42+
Example:
43+
`docker run --publish 8180:1234 mkranj/spenddash`

0 commit comments

Comments
 (0)