Implement new UI

This commit is contained in:
Charles Bochet
2023-04-09 16:43:43 +02:00
parent 58d8d7c090
commit f25f80c199
69 changed files with 473 additions and 1121 deletions

View File

@ -8,10 +8,10 @@ sh: ##
@docker-compose exec twenty sh
front-test: ##
@docker-compose exec twenty sh -c "npm run test"
@docker-compose exec twenty sh -c "cd front && npm run test"
front-coverage: ##
@docker-compose exec twenty sh -c "npm run coverage"
@docker-compose exec twenty sh -c "cd front && npm run coverage"
front-storybook: ##
@docker-compose exec twenty sh -c "npm run storybook"
@docker-compose exec twenty sh -c "cd front && npm run storybook"