Database of air, rail, sea, bus routes on the MRT
Client is hosted at https://mrt-map.github.io/gatelogue
Documentation for the aggregator and data format is located at https://mrt-map.github.io/gatelogue/docs
if you want to use a github codespace, just open one! setup is handled for you, and will take a few minutes. (it's the green code button, under the codespaces tab)
if you'd rather do things locally, the easiest way to get started is with dev containers:
- install docker
- install the remote development pack for vscode
- Use Cmd/Ctrl + Shift + P -> 'Clone Repository in Container Volume' to clone this repo (don't use 'reopen in container', as that will conflict with pnpm)
- the container will take a few minutes to install and set up
congrats! you did it!
run the aggregator with the command gatelogue-aggregator run
run the client with the command cd gatelogue-client
and pnpm run dev