This repository manages the:
- UI for creating strategies
We've opted to use NPM for this project. Simply get started by typing in:
npm install
npm start
The environment variables located in the .env
file should also be changed to point towards the following for:
REACT_APP_API_BASE_URL="http://localhost:8080"
REACT_APP_GRAPHQL_API_URL="http://localhost:8080/graphql/"
REACT_APP_SENTRY_DSN=""
npm run test
Want to contribute? Great! Feel free to create PR's for improvements and I will take a look at them as quickly as possible! Forks are also encouraged as well!
MIT