This is the repository for openclarity.io, the website containing information on OpenClarity projects.
Install node_modules
:
yarn
Run the project in development mode:
yarn dev
Open 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 build
Launch the build locally:
yarn start
Open 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