Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harrison1/hm-interactive

HM Interactive
https://github.com/harrison1/hm-interactive

Last synced: 22 days ago
JSON representation

HM Interactive

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
```