Quick start
Last updated
Install acady as global module
$ npm i -g acady$ yarn global add acadyLets's start with creating your first component
$ acady createThis command starts the create interface to guide you through the process of creating a new component.
Last updated