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

https://github.com/devtut/generate

Generate contents for DevTut
https://github.com/devtut/generate

Last synced: 3 months ago
JSON representation

Generate contents for DevTut

Awesome Lists containing this project

README

        

# Site Generator

``` bash
# Install all dependencies
yarn

# Run development server
yarn docs:dev

# Generate static files
yarn docs:build

# Deploy static site
sh deploy.sh
```