Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 371 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 371 Bytes

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