A web application that lets you subscribe to email notifications for new booking slots in the Embassy of Japan in Singapore for Visa (Tourism) applications built with Next.js, TypeScript and Tailwind CSS.
- Install Yarn.
- Clone the app:
git clone git@github.com:dominicarrojado/japan-visa-appointment-booking-system-notifications.git
- Install dependencies:
cd japan-visa-appointment-booking-system-notifications
yarn install
- Run the development server:
yarn dev
- Open http://localhost:3000 to view it in the browser.
yarn test
yarn test:watch
- Build and generate static files:
yarn build
yarn export
- The
out
directory can be served by any static hosting service or CDN.