This is the repository for openclarity.io, the website containing information on OpenClarity projects.
Install node_modules:
yarnRun the project in development mode:
yarn devOpen http://localhost:3000 with your browser to access the project in development mode.
It is helpful to build the project before committing code, in case there are any issues uncaught by development mode.
Build and export the project:
yarn buildLaunch the build locally:
yarn startOpen http://localhost:3000 with your browser to access the project in production mode.
Note: Next/Image is not currently working when using next export, so we are using standard HTML img tags for now. In the future, we will either stop using export or the issue will be fixed and we will update accordingly.
- React/NextJS
- Sass
- TypeScript