-Small fixes in UI -Added extra columns in contributor activity log when necessary (ex: few contributions): **Before:** <img width="809" alt="Screenshot 2024-04-11 at 20 37 40" src="https://github.com/twentyhq/twenty/assets/102751374/d58cebe5-4128-43bb-a649-3c9ac0276c53"> **After:** <img width="897" alt="Screenshot 2024-04-11 at 20 37 53" src="https://github.com/twentyhq/twenty/assets/102751374/7e112f8f-b257-4397-96fa-79e605daab37"> --------- Co-authored-by: Ady Beraud <a.beraud96@gmail.com>
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