Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evilmarty/datemate
- Owner: evilmarty
- License: gpl-3.0
- Created: 2020-06-15T01:58:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T09:54:04.000Z (about 2 months ago)
- Last Synced: 2024-12-03T10:37:34.076Z (about 2 months ago)
- Topics: app, date, datetime, solidjs, webapp
- Language: TypeScript
- Homepage: https://marty.zalega.me/datemate
- Size: 4.14 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
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
```