737e0bf3aa7b16d3a7234c77c71c2699fb2253cf
This is a dummy commit, to test e2e CI/CD process
twenty
Welcome to Twenty!
Setup & Development
Frontend
cd front && npm install
npm run start
Browse: localhost:3000
Backend
cd server && npm install
npm run start:dev
Browse: localhost:5000
Tests
Frontend
npm run test
Backend
npm run test
Browse: localhost:5000
Production
cd front && npm run build
cd ../server && npm run build
Languages
TypeScript
98.7%
MDX
1%