mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-04 05:32:38 +03:00
5ecc4ad378
-Fixed scroll issue on navbar: https://github.com/twentyhq/twenty/assets/102751374/19f609f0-637d-483f-a695-f4a276155f2c -Modified various UI elements, including design and layout adjustments Example: **Before:** <img width="279" alt="Screenshot 2024-04-14 at 18 45 04" src="https://github.com/twentyhq/twenty/assets/102751374/c0f58aa6-440b-475a-bc85-69fef564f693"> **After:** <img width="312" alt="Screenshot 2024-04-14 at 18 45 17" src="https://github.com/twentyhq/twenty/assets/102751374/2da4c2e8-e482-4d36-b6dc-02a51dde1950"> --------- Co-authored-by: Ady Beraud <a.beraud96@gmail.com> |
||
---|---|---|
.. | ||
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