mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 12:02:10 +03:00
Building a modern alternative to Salesforce, powered by the community.
crmcrm-systemcustomergood-first-issuegraphqljavacriptmarketingmonoreponestjsopen-sourcepostgresqlreactreactjssalesstarred-repostarred-twentyhq-repotypescriptweb
54acb16db8
Add Hasura |
||
---|---|---|
.circleci | ||
front | ||
infra | ||
server | ||
.gitignore | ||
LICENSE | ||
README.md |
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 ps
to 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