Skip to content

zigtools/zpm-frontend

Repository files navigation

zpm frontend

Frontend for zpm programmed in Svelte.

Development

Use npm to install and control Svelte:

# Prepare deployment:
npm install
npm run build

# Develop
npm install
npm run dev 

After running npm run build, serve the contents of the ./public folder.