OC Stormwater Program Land Development Tool

Web application for OC Environmental Resources that displays Model Water Quality Management Plan (WQMP) requirements and guidance based on user selected location (visible here).

What is Svelte?

Svelte is a new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM.

Learn more at the Svelte website, or stop by the Discord chatroom.

Development

Clone this repo

git clone https://github.com/jgrew/land-development.git
cd land-development
npm install

Run development server

npm run dev

Building

Edit base url in package.json "vite build --base=path/to/host/location"

See more here: Vite Public Base Path

npm run build