Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evilmarty/datemate

A helpful date web app
https://github.com/evilmarty/datemate

app date datetime solidjs webapp

Last synced: about 2 months ago
JSON representation

A helpful date web app

Awesome Lists containing this project

README

        

# ![datemate](src/logo.svg)

A simple date helper web app that's available at https://marty.zalega.me/datemate.

## Build instructions

Ensure node.js and npm is installed and configured.

```bash
git clone https://github.com/evilmarty/datemate.git
cd datemate
npm install
npm run build
```