Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 399 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 399 Bytes

Contributing

Docker can be used to build the dist folder.

docker build --tag promare:latest -f Dockerfile .
docker run -it --mount type=bind,source="$(pwd)"/,target=/usr/src/app/ promare:latest npm run css