tutorial,

Quick Start Guide

Poonam Poonam Follow Jan 20, 2019 · 1 min read
Quick Start Guide
Share this

If you already have a full Ruby development environment with all headers and RubyGems installed (see ’s requirements), you can create a new site by doing the following:

# Install  and Bundler gems through RubyGems
gem install  bundler

# Create a new  site at ./myblog
 new myblog

# Change into your new directory
cd myblog

# Build the site on the preview server
bundle exec  serve

# Now browse to http://localhost:4000
Join Newsletter
Get the latest news right in your inbox. We never spam!
Poonam
Written by Poonam Follow
Hi, I am Poonam, the co-author of diffstack, the stack you're currently previewing. I hope you like it!