Vessel is a native application used to setup and manage development environments using Vagrant and Docker.
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 runTo create a distributable app that has all of the required dependencies, use the grunt build job:
grunt buildThis will create a zipfile in the root of the application with a distributable version of the application.