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

https://github.com/tanrax/web-place-image


https://github.com/tanrax/web-place-image

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Install

``` sh
npm install -g parcel-bundler
npm install tailwindcss
```

# Render css

``` sh
npx tailwind build css/tailwinds/main.css -o css/tailwinds/dist.css
```

# Dev

``` sh
parcel index.html --out-dir docs
```

# Production

``` sh
parcel build index.html --out-dir docs
```