To build the app you need:
- nodejs 14.*
- yarn (any recent version should be fine)
git clone https://bitbucket.org/origam/origam-html.git
cd origam-html
yarn
yarn build
You need to disable browser security for localhost. In Chrome you can find it here:
chrome://flags/#allow-insecure-localhost
Then in the command line
git clone https://bitbucket.org/origam/origam-html.git
cd origam-html
set HTTPS=true
yarn start
By default https://localhost:44356 is used as a backend proxy target. If you need to customize this
for your setup, create a file .env.development.local
and add this line to it:
WDS_PROXY_TARGET=your-protocol://your-backend-proxy-target