aeee5b5fca923a9b59699ad83a5403cda60def33
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
79.6%
MDX
17.3%
JavaScript
2.7%
Python
0.2%
SCSS
0.1%