Skip to content

ScottyLabs/bus-sign

Repository files navigation

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 file

Running the backend

$ cd backend

# Install dependencies and start the backend
backend $ cargo run

Running the frontend

$ cd frontend

# Install dependencies
frontend $ bun install

# Start the frontend
frontend $ bun dev

About

READ-ONLY MIRROR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors