- TypeScript
 - ESLint / Prettier
 - Tailwind
 - i18n
 - Google Analytics
 - SWR
 - Jest / Testing Library / MSW
 
- Node.js 14 (or higher)
 
# Install dependencies
yarn install
# Configure environment
cp .env.example .env.local && open .env.local
# Start development server
yarn dev