mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-12 18:08:58 -04:00
cfc3a37e1fb5bba3aefdf267d1f8a35660b65794
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
78.3%
MDX
18.1%
JavaScript
3%
Python
0.3%
SCSS
0.1%