Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ For JS development (compiled JS is currently checked in):
yarn build
(./node_modules/.bin/webpack | (cd docs/ && bundle exec jekyll build))

# alternative: run webpack directly
$env:NODE_OPTIONS="--openssl-legacy-provider" # workaround for newer Node.js versions
./node_modules/.bin/webpack



### Running it using Docker
You need to have Docker installed.
Expand Down
Loading