https://github.com/zigtools/zpm-frontend
Svelte frontend for zpm
https://github.com/zigtools/zpm-frontend
Last synced: 10 months ago
JSON representation
Svelte frontend for zpm
- Host: GitHub
- URL: https://github.com/zigtools/zpm-frontend
- Owner: zigtools
- Created: 2020-10-11T19:16:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T08:34:08.000Z (almost 4 years ago)
- Last Synced: 2025-04-13T09:28:42.772Z (10 months ago)
- Language: Svelte
- Size: 579 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zpm frontend
Frontend for zpm programmed in Svelte.
## Development
Use `npm` to install and control Svelte:
```sh
# 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.