Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crookedneighbor/sillyreminders.com


https://github.com/crookedneighbor/sillyreminders.com

Last synced: about 1 month ago
JSON representation

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