Skip to content

Fork of Hack for LA Lucky Parking Project

Notifications You must be signed in to change notification settings

gregpawin/lucky-parking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Prerequisites

git remote add upstream [email protected]:hackforla/lucky-parking.git

Scripts

In the project directory, you can run the following:

pnpm install

Installs all dependencies defined in package.json. This step is required before running the project locally.

To install a new dependency, run pnpm install -w <package>.

To install a new dev dependency, run pnpm install -wD <package>'.

pnpm install

Installs the dependencies for all packages.

pnpm clean

Deletes any build artifacts and dependencies from the workspace and packages. You will need to re-execute pnpm install to run the project locally.

pnpx dev

Runs the website app in development mode. Open http://localhost:5173/ in your browser to view the client application.

Runs the express server in development mode at http://localhost:3000/.

Runs the Storybook instance of the UI library. Open http://localhost:6006/ in your browser to explore the UI library.

pnpm build

Builds the website app and express server.

Docker

docker build . --target website --tag website:latest
docker compose up

Contributing

Contributions are always welcome!

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

About

Fork of Hack for LA Lucky Parking Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • TypeScript 0.2%
  • Python 0.1%
  • Makefile 0.0%
  • Batchfile 0.0%
  • JavaScript 0.0%