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

https://github.com/optimizely/scribe

Long-form static, reponsive HTML publishing engine for Optimizely.
https://github.com/optimizely/scribe

Last synced: 10 months ago
JSON representation

Long-form static, reponsive HTML publishing engine for Optimizely.

Awesome Lists containing this project

README

          

# Scribe
Long-form static, reponsive HTML publishing engine for Optimizely.

## Running

- `gulp`: runs all tasks
- `gulp build assets --headless`: builds minimal file for marketing website

## Installing

After cloning repo run

npm install
gulp

## Troubleshooting

If your computer does not have `npm` installed, run the following in the terminal:

- Hombrew
- `ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
- Node
- `brew install node`
- Gulp
- `sudo npm install -g gulp`