Skip to content

petejkim/pubstorm-www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PubStorm Homepage

Setup

  1. Install NodeJS
nvm install v4.2.1
nvm alias default v4.2.1
  1. Install dependencies
npm install
  1. Add the following to your .{z,ba}shrc:
# prefer locally installed node module binaries
export PATH="node_modules/.bin:$PATH"
  1. Install Jade/Pug highlighters:
  1. To develop, run gulp to start watching the src folder and run python -m SimpleHTTPServer in build/dev to serve the assets. Forward port 8000 using SSH or Nitrogen.

  2. To deploy, run gulp dist and then storm deploy.


Copyright (c) 2016 Nitrous, Inc. All Rights Reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published