Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 757 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 757 Bytes

oice Front End (Website + Editor)

CircleCI

oice

Installation

After cloning the repository, install dependencies:

$ npm install

Development

Run a development server with live-reloading at http://localhost:3000:

$ npm start

Options:

# PORT: Listen port
# SRV_ENV: Server config
$ PORT=8080 SRV_ENV=kubernetes npm start

Deployment

Build the project and start the server at http://localhost:3000:

$ SRV_ENV=kubernetes npm run deploy
# OR
$ SRV_ENV=kubernetes npm run build
$ SRV_ENV=kubernetes npm run server