This is the repo for (raimovement.org)[https://raimovement.org], The Regulated AI Movement website. It's based on next.js and (nextra)[https://nextra.site/].
At the moment the site and its content is statically generated and it doesn't depend on any backend or CMS system.
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)[https://www.conventionalcommits.org/en/v1.0.0/].
yarn install
yarn dev
- Go to
http://localhost:3000
The site is hosted on Netlify. The deployment process is triggered automatically when an approved pull request is merged to the main
branch.
- 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.