This website allows users to easily search for postal codes of a location in Israel.
- Keep track of past searched Zip Codes
- Get accurate Zip Code of an address
These instructions will help you set up the project on your local machine for development and testing purposes.
-
Clone the repository:
git clone https://github.com/Rishon/Mikud-Website cd Mikud-Website -
Install the dependencies:
npm install/yarn install/bun install -
Build project:
npm run build/yarn run build/bun run build
To start the production client, run:
npm run start / yarn run start / bun run start
To start the development client, run:
npm run dev / yarn run dev / bun run dev
Cities and streets are searched from an in-memory index built from Israel's open data portal (data.gov.il). Refresh the data with:
bun run data:update