Skip to content

Commit 00092bd

Browse files
committed
instructions for use of containers and parcel.js
1 parent 11923f2 commit 00092bd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,20 @@ code base functions are utilized) and later make merges with
88
the main code easier.
99

1010
In any case, don't hesitate to open issue to ask questions and discuss ideas and suggestions.
11+
12+
## Local development
13+
14+
Backend and FE in container (Linux with Podman installed)
15+
16+
```bash
17+
source build_containers.sh
18+
source deploy.sh
19+
```
20+
21+
Running development server of front end (requires `npm`)
22+
23+
```bash
24+
cd caroline/html
25+
npm install
26+
npx parcel index.html
27+
```

0 commit comments

Comments
 (0)