An open API service indexing awesome lists of open source software.

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

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.