All Projects → awvessel → Vessel

awvessel / Vessel

Licence: bsd-3-clause
Development environment setup automation

Labels

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.

.. code-block:: bash

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:

.. code:: bash

grunt build

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

.. |Gitter| image:: https://badges.gitter.im/Join Chat.svg :target: https://gitter.im/awvessel/vessel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].