Skip to content

ventureproz/H_test

Repository files navigation

Venture Proz New Release

[![Build Status][ventureproz-image]][ventureproz-url] [![dependency status][dep-image]][dep-url]

This repository contains the Homestead Release of the ventureproz.com website.

Screenshot

Prerequisite

  • node
  • npm

Installation

Make sure you have node.js and npm installed.

Clone the repository and install the dependencies

git clone https://github.com/ventureproz
cd ventureproz-com
npm install
npm install -g grunt-cli

Build static resources

grunt

Run

npm start

see the interface at http:https://localhost:3000

Publish latest master to GitHub Pages

git checkout gh-pages
git merge master
grunt build
git commit -am "Updated build"
git push origin gh-pages