npm install
npm run dev
Using test.codeshelf.com server instead of local server
- For the time being edit endpoint in
src/companion/data/initialstate.js
//endpoint = `http://${window.location.hostname}:8181`;
endpoint = "https://test.codeshelf.com";
- run dev server with env variable USE_TEST
USE_TEST=true npm run dev`
Navigate to http://localhost:8000 to run the companion application against your localhost Codeshelf server
Sign in with your credentials for the data server
All source code and configuration for building the Companion web application are at:
./src/companion