Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 295 Bytes

DEVELOPERS.md

File metadata and controls

19 lines (15 loc) · 295 Bytes

DEVELOPER NOTES

Getting started

Clone the repository and execute yarn. Then, you are ready to go!

git clone git@github.com:CartoDB/airship.git
cd airship
yarn
yarn dev

Publishing

Build in production mode and publish it at npm:

yarn build
npm publish --access public