https://github.com/evilmarty/datemate
A helpful date web app
https://github.com/evilmarty/datemate
app date datetime solidjs webapp
Last synced: 10 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 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T05:29:25.000Z (10 months ago)
- Last Synced: 2025-04-10T06:34:06.233Z (10 months ago)
- Topics: app, date, datetime, solidjs, webapp
- Language: TypeScript
- Homepage: https://marty.zalega.me/datemate
- Size: 4.18 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# 
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
```