Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

VicDevelopers/vicdev.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VicDev.io

This is the repository for VicDev.io – right now it requires Ruby to build, and node/npm to deploy.

To build

Make sure you've got Ruby and bundler installed, then:

bundle # installs dependencies
bundle exec middleman # runs dev server
bundle exec middleman build # builds project to `dist` dir

To deploy

You need node.js and access to the surge.sh project

npm install # install dependencies through npm
npm run deploy # deploys the projedct to surge.sh

Contributing

Please do!