Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crookedneighbor/sillyreminders.com
https://github.com/crookedneighbor/sillyreminders.com
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/crookedneighbor/sillyreminders.com
- Owner: crookedneighbor
- Created: 2024-11-09T15:12:29.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-11T20:10:46.000Z (about 1 month ago)
- Last Synced: 2024-11-11T20:26:57.116Z (about 1 month ago)
- Language: Svelte
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SillyReminders.com
WIP - link to actual site.
## Developing
Install the dependencies (node v22 recommended):
```bash
npm install
```Start the dev server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Tests
Run the tests:
```bash
npm test
```## Building
To create a production version of the 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://svelte.dev/docs/kit/adapters) for your target environment.
## Deploying
WIP - describe github pages set up