This is the repo for raimovement.org, The Regulated AI Movement website. It's based on next.js and nextjs-notion-starter-kit.
At the moment the site and its content is statically generated and it depends on Notion as CMS.
Any contributions are more than welcome. We follow very few general rules:
- Stick to the conventions reelative to the technologies we use (eg. typescript, next.js, react, nextra).
- Document your code as much as possible.
- Provide relevant tests when possible.
- Commit messages should be clear and concise. We are not very strict but we try to follow the conventional commits.
pnpm installpnpm run dev- Go to
http://localhost:3000
- For questions requiring quick answers, join the conversation regarding development on Discord server.
- For the rest open an issue on this repo, we'll try to answer as soon as possible.