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
- Host: GitHub
- URL: https://github.com/luiguild/pug-timeline
- Owner: luiguild
- Created: 2016-10-26T16:34:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T16:57:34.000Z (over 9 years ago)
- Last Synced: 2025-03-31T22:11:23.150Z (about 1 year ago)
- Language: CSS
- Size: 546 KB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/