Repository containing code for the https://www.stellarcarbon.io website.
Staging can be found on https://test.stellarcarbon.io/.
This is a NextJS project.
Install using
npm installRun locally
npm run devRun unit tests
npm testRun e2e tests
npm run e2eRun e2e headless
npm run e2e:headless