Setting up your developer environment
Step 1: Clone the repo
git clone https://github.com/semperai/amica.gitStep 2: Install dependencies
Step 3: Bootstrap project
npm install # To install dependencies
npm run dev # To startDeveloping Amica
Developing
npm run devLast updated