Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.24 KB

SG Alerts

CI/CD

A web application that lets you subscribe to email notifications for all things Singapore built with Next.js, TypeScript and Tailwind CSS.

Quick Start

  1. Install Yarn.
  2. Clone the app:
git clone git@github.com:dominicarrojado/sg-alerts.git
  1. Install dependencies:
cd sg-alerts
yarn install
  1. Run the development server:
yarn dev
  1. Open http://localhost:3000 to view it in the browser.

Build For Production (Static)

  1. Build and generate static files:
yarn build
yarn export
  1. The out directory can be served by any static hosting service or CDN.

VSCode Extensions