Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciscoheat/superforms-web
Website for the SvelteKit library Superforms
https://github.com/ciscoheat/superforms-web
svelte sveltejs
Last synced: 3 months ago
JSON representation
Website for the SvelteKit library Superforms
- Host: GitHub
- URL: https://github.com/ciscoheat/superforms-web
- Owner: ciscoheat
- Created: 2023-03-27T22:04:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:56:35.000Z (3 months ago)
- Last Synced: 2024-10-23T02:09:40.850Z (3 months ago)
- Topics: svelte, sveltejs
- Language: Svelte
- Homepage: https://superforms.rocks
- Size: 15.2 MB
- Stars: 34
- Watchers: 1
- Forks: 24
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Superforms website
Powered by the beautiful UI framework [Skeleton](https://www.skeleton.dev/) and the Markdown preprocessor [mdsvex](https://mdsvex.com/) that integrates with Svelte like magic.
## Developing
```bash
pnpm install
``````bash
pnpm run dev# or start the server and open the app in a new browser tab
pnpm run dev -- --open
```