Bus Sign
Prerequisites
- Bun - JavaScript runtime and package manager
- Cargo - Rust package manager and build system
- PRT API Key - Obtained from creating a TrueTime account here
Setup
Setting up your environment variables
# Copy env variables from .env.example$ cp .env.example .env
# Add your PRT_API_KEY to the .env fileRunning the backend
$ cd backend
# Install dependencies and start the backendbackend $ cargo runRunning the frontend
$ cd frontend
# Install dependenciesfrontend $ bun install
# Start the frontendfrontend $ bun dev