2022-12-02 12:39:15 +01:00
2022-12-02 12:39:15 +01:00
2022-12-01 15:58:08 +01:00
2022-12-01 15:58:08 +01:00
2022-12-01 14:04:40 +01:00
2022-12-01 15:58:08 +01:00

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
Description
No description provided
Readme AGPL-3.0 186 MiB
Languages
TypeScript 97.3%
MDX 1.9%
JavaScript 0.3%
HCL 0.2%