- Clone the repository with
git clone git@github.com:micro-analytics/micro-analytics.git
- Install the dependencies with
npm install
(oryarn install
if you haveyarn
) - Run the server in dev mode with
npm run dev
, which will restart the server every time you edit the code.