• This repository has been archived on 14/Feb/2018
  • Stars
    star
    204
  • Rank 192,063 (Top 4 %)
  • Language
    CSS
  • License
    BSD 3-Clause "New...
  • Created over 10 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Development environment setup automation

Vessel

Vessel is a native application used to setup and manage development environments using Vagrant and Docker.

Gitter

Development

To get started, make sure you have npm and grunt-cli installed.

# Install the dependencies
npm install

# Get the atom-shell structure in place
grunt setup

# Compile and run interactively
grunt compile && grunt run

Distribution

To create a distributable app that has all of the required dependencies, use the grunt build job:

grunt build

This will create a zipfile in the root of the application with a distributable version of the application.