Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harrison1/hm-interactive
HM Interactive
https://github.com/harrison1/hm-interactive
Last synced: 22 days ago
JSON representation
HM Interactive
- Host: GitHub
- URL: https://github.com/harrison1/hm-interactive
- Owner: Harrison1
- License: mit
- Created: 2023-11-06T10:46:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-05T08:26:06.000Z (3 months ago)
- Last Synced: 2024-09-06T13:29:51.133Z (3 months ago)
- Language: HTML
- Size: 134 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HM Interactive
![HM Interactive screenshot](screenshot.png)# Live Site
[hmactive.com](https://hmactive.com/)## Developing
```bash
npm i
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open# run with network
npm run dev -- --host
```