Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessmartin/multi-timer
A timer app that goes off at multiple points.
https://github.com/jessmartin/multi-timer
Last synced: 28 days ago
JSON representation
A timer app that goes off at multiple points.
- Host: GitHub
- URL: https://github.com/jessmartin/multi-timer
- Owner: jessmartin
- Created: 2023-03-22T16:12:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T16:13:02.000Z (almost 2 years ago)
- Last Synced: 2024-12-07T14:46:01.452Z (about 1 month ago)
- Language: Svelte
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit Starter
## Developing
To start the development server:
```bash
npm run dev
```## Building
To create a production version:
```bash
npm run build
```Preview the production build with `npm run preview`.
## Deployment
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.