raaka1 / stories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stellar Stories

Stellar Stories is a collection of graphic explainers used to help people learn more about Stellar and what it can do.

Check out the latest graphic novel: https://www.stellar.org/stories/adventures-in-galactic-consensus-chapter-1/

Getting started

#0. Install node.js and npm
#1. Clone this repo
git clone https://www.github.com/stellar/stories/

#2. Install gulp globally to use the `gulp` command
npm install --global gulp

#3. Run npm install on both stories and storyteller.js
npm install
cd storyteller
npm install
cd ..

#4. Use the gulp develop task to build, watch, and run a development server on [localhost:8000](http://localhost:8000)
gulp develop

License

Story-app and storyteller.js is released under the Apache License 2.0. For more information, see the LICENSE.txt file.

Images and text inside content folder are copyright © 2015 Stellar Development Foundation All Rights Reserved.

About

License:Apache License 2.0


Languages

Language:JavaScript 60.7%Language:CSS 30.0%Language:HTML 9.2%Language:Shell 0.1%