/audius-client

The Audius client monorepo

Primary LanguageTypeScript


audius-client

The Audius Client Monorepo
🎧🎸🎹🀘🎢πŸ₯πŸŽ·πŸŽ»πŸŽ€πŸ”Š



CircleCI code style: prettier JavaScript Style Guide

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 install

This 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)