mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
* fix: add fixed height to summary * fix: change wording to negated * fix: change header margin * fix: label click length for negated property * fix: cut values that exceed allow length while leaving others alone * fix: set edit bg color * fix: add enter to add values * fix: expand if constraint changes * fix: add string truncator to param names * fix: add validation tests * fix: string truncator * fix: accordion margins on expanded * fix: accordion expansion * fix: update e2e * fix: update parseISO * fix: review comments * fix: update spec * fix: add negated visual indicator |
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| cypress | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| cypress.json | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| renovate.json | ||
| tsconfig.json | ||
| typings.json | ||
| vercel.json | ||
| yarn.lock | ||
unleash-frontend
Run with a local instance of the unleash-api:
You need to first start the unleash-api on port 4242 before you can start working on unleash-frontend. Start webpack-dev-server with hot-reload:
cd ~/unleash-frontend
yarn install
yarn run start
Run with a heroku-hosted unleash-api:
cd ~/unleash-frontend
yarn install
yarn run start:heroku
UI Framework
We are using material-ui.
Happy coding!