Skip to content

Commit

Permalink
instructions for use of containers and parcel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic committed Jan 5, 2025
1 parent 11923f2 commit 00092bd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,20 @@ code base functions are utilized) and later make merges with
the main code easier.

In any case, don't hesitate to open issue to ask questions and discuss ideas and suggestions.

## Local development

Backend and FE in container (Linux with Podman installed)

```bash
source build_containers.sh
source deploy.sh
```

Running development server of front end (requires `npm`)

```bash
cd caroline/html
npm install
npx parcel index.html
```

0 comments on commit 00092bd

Please sign in to comment.