Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 285 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 285 Bytes

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.