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.
- Host: GitHub
- URL: https://github.com/optimizely/scribe
- Owner: optimizely
- Archived: true
- Created: 2015-03-05T17:47:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T17:33:56.000Z (about 3 years ago)
- Last Synced: 2025-03-16T13:42:15.334Z (12 months ago)
- Language: CSS
- Size: 13.8 MB
- Stars: 6
- Watchers: 146
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`