An open API service indexing awesome lists of open source software.

https://github.com/stophecom/vresh.github.io


https://github.com/stophecom/vresh.github.io

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

vresh.github.io
==================

http://www.vresh.live/

Static company website created with [yeoman](https://github.com/yeoman/generator-webapp).

## Getting Started

- Install: `npm install --global gulp-cli bower`
- Install node packages: `npm install`
- Install bower packages: `bower install`

## Run App

- Run `gulp serve` to preview and watch for changes
- Run `bower install --save ` to install frontend dependencies
- Run `gulp serve:test` to run the tests in the browser
- Run `gulp` to build your webapp for production
- Run `gulp serve:dist` to preview the production build
- Run `gulp deploy` to deploy to github pages