a collection of software products we are proud of.
- create a new feature branch
- create a new markdown file in
src/content/softwarefrom the template, and fill out all the fields. - create a pull request
prerequisites:
set required environment variables in .env.local:
cp .env.local.example .env.localadjust environment variables in .github/workflows/build-deploy.yml and
.github/workflows/validate.yml.
install dependencies:
pnpm installrun a development server on http://localhost:3000:
pnpm run dev