Clone the repository and execute yarn
. Then, you are ready to go!
git clone [email protected]:CartoDB/airship.git
cd airship
yarn
yarn dev
Build in production mode and publish it at npm:
yarn build
npm publish --access public
Clone the repository and execute yarn
. Then, you are ready to go!
git clone [email protected]:CartoDB/airship.git
cd airship
yarn
yarn dev
Build in production mode and publish it at npm:
yarn build
npm publish --access public