a web to check singapore bus arrival (新加坡巴士到站時間Web)
url: https://singapore-bus-arrival-web.vercel.app/
- install yarn
- install node (v14+)
$ yarn
// development
$ yarn run dev
// production
$ yarn run production
// validate ts
$ yarn run validate
open localhost:5000