Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eddywashere/docs

demo docs site that uses nunjucks macros
https://github.com/eddywashere/docs

Last synced: 25 days ago
JSON representation

demo docs site that uses nunjucks macros

Awesome Lists containing this project

README

        

# Docs

This site is built with [metalsmith](http://www.metalsmith.io/)

Install dependencies

```
npm install gulp -g
npm install
```

Run local server on http://localhost:8000

```
gulp preview
```

Build files

```
gulp build
```

Deploy to github pages with

```
gulp build:prod deploy
```