Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokcito/svelte-requirements
https://github.com/lokcito/svelte-requirements
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lokcito/svelte-requirements
- Owner: lokcito
- Created: 2024-07-11T21:52:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T22:01:22.000Z (7 months ago)
- Last Synced: 2024-11-21T11:15:40.793Z (3 months ago)
- Language: Svelte
- Homepage: https://svelte-requirements.vercel.app
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Requirements List
Is a demo for users that wants to have a list of files to be uploaded.
## Developing
Just clone and run: npm run dev
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.