- Add validation for the `release` field of the releases collection - The `release` must follow semver format - The `slug` matches the `release` by default and must follow semver format, too - Order the releases properly - `0.10.0` appears before `0.3.0`; I made the comparison against `0000.0010.0000` and `0000.0003.0000` - Set up images for release's contents - Refactor the release notes of the version `0.43.0` to be editable in Keystatic; it will serve as an example ## Demo https://github.com/user-attachments/assets/d82851e9-11e7-4e27-b645-cf86a93d77bf
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 We're using Postgres for the database. Mandatory for the website to work, even locally.
-
Copy the .env.example file to .env and fill in the values.
-
Run the migrations:
npx nx run twenty-website:database:migrate
- From the root directory:
npx nx run twenty-website:dev
Then open http://localhost:3000 with your browser to see the result.
Or to build in prod:
npx nx run twenty-website:build
npx nx run twenty-website:start