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

https://github.com/luiguild/pug-timeline

A simple static sorted timeline using pug-lang
https://github.com/luiguild/pug-timeline

Last synced: 11 months ago
JSON representation

A simple static sorted timeline using pug-lang

Awesome Lists containing this project

README

          

# PUG Timeline
A simple static sorted timeline using PUG lang, SASS (atomic design) and Gulp

## Install
```sh
npm install
```

## Run
Using Gulp
```sh
gulp build
gulp serve
```
Using npm scripts
```sh
npm run build
npm run serve
```

## Debug Server
If you want more output, set the `DEBUG` environment variables to `*` or `gulp-live-server`.
```sh
DEBUG=gulp-live-server gulp serve
```
or
```sh
npm run serve
```

##### PUG
###### https://pugjs.org/

##### SASS
###### http://sass-lang.com/

##### Gulp
###### http://gulpjs.com/