Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 811 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 811 Bytes

Origam client web app

Requirements for building

To build the app you need:

  • nodejs 14.*
  • yarn (any recent version should be fine)

How to build

git clone https://bitbucket.org/origam/origam-html.git
cd origam-html
yarn
yarn build

How to run in the development mode

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