- Uses tailwindcss and undraw for illustrations. Also has a dark mode
- Form submission uses nodemailer + gmail + Oauth => nodemailer-form-submission-repo
- CI/CD with github actions. The workflow has lint,build, test. Plus deploy job and tag release
- Hosted with firebase
- Install packages
npm install
- Run the dev server
npm run dev
- Run tests
npm run test