Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.65 KB

File metadata and controls

54 lines (36 loc) · 1.65 KB

Lucky Parking

Lucky Parking

A Hack for LA project to help city planners and the community make informed decisions about parking politices in the City of Los Angeles.

The Lucky Parking repository is a Turborepo-powered monorepo that manages our backend, frontend, shared libraries, and data science workflows.

Getting Started

Prerequisites

git remote add upstream git@github.com:hackforla/lucky-parking.git

Install Dependencies

We use pnpm as our package manager. To install all dependencies, run:

pnpm install

Input Tokens

Copy the .env.schema file in app/web to a .env file and input your Mapbox and La City Data Socrata tokens into the .env file. You can sign up for free on Mapbox and https://data.lacity.org/login

Running Locally

cd apps/web/
pnpm dev

Useful Commands

Command Description
pnpm install Install all dependencies
pnpm build Build all apps and packages
pnpm dev Start all development servers
pnpm test Run tests across the monorepo

Contributing

Contributions are always welcome!

To get started, follow our organization onboarding steps, and as always, please adhere to Hack for LA's Code of Conduct.