Make sure the following are installed.
node
yarn
-
Install project dependencies.
$ yarn install
-
Copy configuration file. Edit as necessary.
$ cp client/app/config.sample.js client/app/config.js
-
Run local server.
$ yarn start
-
Make a compiled build.
$ yarn build
-
Then, move the contents of the
dist
directory to a public webroot.