Skip to content

yeukfei02/singapore-bus-arrival-web

Repository files navigation

singapore-bus-arrival-web

a web to check singapore bus arrival (新加坡巴士到站時間Web)

url: https://singapore-bus-arrival-web.vercel.app/

Requirement

  • install yarn
  • install node (v14+)

Testing and run

$ yarn

// development
$ yarn run dev

// production
$ yarn run production

// validate ts
$ yarn run validate

open localhost:5000