Files
gancio/docs/setup/classic.md
lesion f63d32c067 start docs with jekyll
and just the docs
2019-07-12 23:20:55 +02:00

524 B

layout, title, permalink, parent
layout title permalink parent
default Classic /seutp/classic Setup

Classic setup

  1. Install Node.js
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install -y nodejs

source 2. Install Gancio

npm install --global gancio
  1. Setup
gancio setup
  1. Start
gancio start
  1. Enjoy 🎉
    Point your web browser to http://localhost:3000