The Audius Client Monorepo
Packages
| Name | Description |
|---|---|
web |
The decentralized Audius web application |
mobile |
The Audius mobile application |
stems |
The Audius client component library |
Getting Started
This repo is maintained using lerna. After cloning run:
npm installThis will do the following:
- Install root dependencies
- Install all package dependencies using
lerna bootstrap - Initialize git hooks (
npx @escape.tech/mookme init --only-hook --skip-types-selection)