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

https://github.com/domicoder/kitboxhealth-landing


https://github.com/domicoder/kitboxhealth-landing

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# First time use

```bash
chmod u+x build.sh

./build.sh
```

## Deploy on vercel

In your deployment you need to add the following commands:

```bash
# Build Command
npm install -g clean-css-cli uglify-js -g html-minifier && chmod u+x build.sh && ./build.sh

# Output Directory
dist
```