yarn install
Then rename the .env.example
file to .env
.
yarn dev
It will open the app in your browser at http://localhost:3000.
yarn storybook
It will open storybook in your browser at http://localhost:6000.
- Fly app deployment with Docker
- Production-ready SQLite Database
- Healthcheck endpoint for Fly backups region fallbacks
- GitHub Actions for deploy on merge to production and staging environments
- Email/Password Authentication with cookie-based sessions
- Styling with Tailwind
- End-to-end testing with Cypress
- Local third party request mocking with MSW
- Unit testing with Vitest and Testing Library
- Code formatting with Prettier
- Linting with ESLint
- Static Types with TypeScript
- Storybook
- Tailwind UI