twenty/packages/twenty-website
Ady Beraud 5ecc4ad378
Modify UI website and fix navbar issue on small devices (#4961)
-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>
2024-04-17 10:18:18 +02:00
..
public add 0.10 Changelog Updates (#4945) 2024-04-13 18:43:53 +02:00
src Modify UI website and fix navbar issue on small devices (#4961) 2024-04-17 10:18:18 +02:00
.env.example Fix website build (#3983) 2024-02-14 21:28:26 +01:00
.eslintrc.js chore: use common eslint config for most packages (#4705) 2024-04-04 12:05:26 +02:00
.gitignore Marketing improvements 3 (#3175) 2023-12-29 11:17:32 +01:00
next.config.js Marketing improvements 3 (#3175) 2023-12-29 11:17:32 +01:00
package.json Release 0.4.0 (#4856) 2024-04-05 18:35:48 +02:00
README.md Fix nx lint setup (#3234) 2024-01-04 16:39:57 +01:00
tsconfig.json Add proper ORM and postgres support (#3978) 2024-02-14 17:53:50 +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