This repository contains a simple HTTP proxy for communication with Keen back-end services.
| System | Command | Description |
|---|---|---|
| MacOS | brew install node |
setup and use brew package manager |
| Linux | apt-get install node |
use package manager from operating system |
| Windows | n/a |
use installer from official website |
Use Git version control system to checkout repository on the local machine
Install yarn package manager
npm install yarn -gyarn installor just run
yarnUse command defined below to run the application in development mode and access it at localhost:3000
The application require a SESSION_ID and API_URL environment variables to be defined.
SESSION_ID=${REPLACE_ME} API_URL=${REPLACE_ME} yarn startList of useful commands that could be used by developers. Execution in the command-line interface should be prefixed with yarn package manager.
| Command | Description |
|---|---|
start |
run application on port 3000 |
prettier |
run code formatter process against current codebase. |