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

https://github.com/postor/html2components


https://github.com/postor/html2components

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# web front end for minth project

## setup

- nodejs v18
- npm

install packages

```
npm i
```

build to `./dist`

```
npm run build
```

dev

```
# start json server (mock backend)
npm run api
```
```
# start dev server
npm run
```