Files
twenty/packages/twenty-website
Ady Beraud b438fc2754 Fix github stars endpoint (#5301)
- Encapsulated GitHub star response in an object
- Fixed rounding of Github stars to align with Github convention
- Fixed CORS issue so that endpoint can be called from twenty.com and
app.twenty.com

Co-authored-by: Ady Beraud <a.beraud96@gmail.com>
2024-05-07 08:35:54 +02:00
..
2024-04-22 17:04:26 +02:00
2024-05-07 08:35:54 +02:00
2024-05-03 16:38:41 +02:00
2023-12-29 11:17:32 +01:00
2024-05-03 19:11:03 +02:00
2024-01-04 16:39:57 +01:00

Twenty-Website

This used for the marketing website (twenty.com). This is not related in anyway to the main app, which you can find in twenty-front and twenty-server.

Getting Started

We're using Next.JS

From the root directory:

nx run twenty-website:dev

Then open http://localhost:3000 with your browser to see the result.

Or to build in prod:

nx run twenty-website:build
nx run twenty-website:start