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

https://github.com/slimtoolkit/slimtoolkit.github.io


https://github.com/slimtoolkit/slimtoolkit.github.io

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# PUBLISHING

## Setup

Install dependencies:

```bash
npm install (or `npm ci`)
```

## Generate Static Site

```bash
npm run generate
```

## Publish Static Site to `gh-pages`

```bash
npm run deploy
```

note: `npm run deploy` may delete `CNAME` and `.nojekyll`, which need to be restored