A web application that lets you subscribe to email notifications for all things Singapore built with Next.js, TypeScript and Tailwind CSS.
- Install Yarn.
- Clone the app:
git clone git@github.com:dominicarrojado/sg-alerts.git- Install dependencies:
cd sg-alerts
yarn install- Run the development server:
yarn dev- Open http://localhost:3000 to view it in the browser.
- Build and generate static files:
yarn build
yarn export- The
outdirectory can be served by any static hosting service or CDN.