mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-12 11:20:40 +03:00
464a2d5998
![CleanShot 2024-04-12 at 17 38 01@2x](https://github.com/twentyhq/twenty/assets/19412894/09803b55-8e8b-456e-8235-0cd77a163da3) ![CleanShot 2024-04-12 at 17 38 21@2x](https://github.com/twentyhq/twenty/assets/19412894/b171f8e2-b786-4a41-8669-146fd2a26b6e) ![CleanShot 2024-04-12 at 17 38 36@2x](https://github.com/twentyhq/twenty/assets/19412894/5cc79c44-ff4d-43f3-992e-bc1dce9ec83a) ![CleanShot 2024-04-12 at 17 38 56@2x](https://github.com/twentyhq/twenty/assets/19412894/36721bd8-b082-40aa-ac59-2cf496499cfd) |
||
---|---|---|
.. | ||
public | ||
src | ||
.env.example | ||
.eslintrc.js | ||
.gitignore | ||
next.config.js | ||
package.json | ||
README.md | ||
tsconfig.json |
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