Skip to content

eulloa10/lucky-parking

 
 

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 git@github.com: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 run 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 nx dev @lucky-parking/website

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

pnpx nx dev @lucky-parking/api-express

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

pnpx nx storybook @lucky-parking/ui

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

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

Visualization of parking data to assist in understanding of the effects of parking policies on a neighborhood by neighborhood basis in the City of Los Angeles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • TypeScript 0.1%
  • Python 0.1%
  • Makefile 0.0%
  • Batchfile 0.0%
  • CSS 0.0%