mirror of
https://github.com/lingble/twenty.git
synced 2025-10-30 04:12:28 +00:00
9b749c6de3af4b8c90c1c86a1d8d53b96a91229e
Add Hasura and dockerify dev env
twenty
Welcome to Twenty!
Setup & Development
docker-compose -f infra/dev/docker-compose.yml up --build --force-recreate
Browse:
- FE/BE: localhost:3000
- Hasura: localhost:8080
Tests
Ssh into the twenty-server container using:
docker psto get the container iddocker exec -it CONTAINER_ID sh
Frontend
cd front
npm run test
Backend
cd server
npm run test
Production
cd front && npm run build
cd ../server && npm run build
Languages
TypeScript
97.3%
MDX
1.9%
JavaScript
0.3%
HCL
0.2%