Home
Softono

Parking Lanes

Open source MIT TypeScript
84
Stars
14
Forks
61
Issues
11
Watchers
1 year
Last Commit

 About Parking Lanes

Parking lanes viewer from OpenStreetMap

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Parking Lanes?

We provide expert installation service for this software. Our team will install, configure, and secure Parking Lanes on your server. plans start at just $30.

Parking Lanes

View on GitHub

Parking lanes viewer for OpenStreetMap

Screenshots

Viewer:

Viewer UI

Editor:

Editor UI

Using correct Node version

The correct Node version is specified in .nvmrc.

For an easy way to automatically use this Node version just for your current shell:

  • Install nvm
    • Using the [install script]https://github.com/nvm-sh/nvm#install--update-script)
    • Or using Homebrew
  • Run nvm use to automatically use the Node version specified in the .nvmrc. You may need to nvm install.

Install git hook

Run npm run prepare. This will install Husky, which will automatically run the command in .husky/pre-commit before commiting.

This prevents commits that fail typecheck or the linter being committed (you can always add a type or linter ignore though).