https://github.com/downbeat-academy/downbeat-academy
Monorepo for Downbeat Academy applications, packages, and the Cadence Design System
https://github.com/downbeat-academy/downbeat-academy
music music-education nextjs react typescript
Last synced: 5 months ago
JSON representation
Monorepo for Downbeat Academy applications, packages, and the Cadence Design System
- Host: GitHub
- URL: https://github.com/downbeat-academy/downbeat-academy
- Owner: downbeat-academy
- Created: 2022-12-19T20:03:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T05:38:43.000Z (about 1 year ago)
- Last Synced: 2024-04-18T19:24:20.203Z (about 1 year ago)
- Topics: music, music-education, nextjs, react, typescript
- Language: TypeScript
- Homepage: https://downbeatacademy.com
- Size: 5.96 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Downbeat Academy
This is the monorepo for all Downbeat Academy projects, managed with Yarn
workspaces.# Contents
## Apps
### `www`
- Main Downbeat Academy website
- Built with Next.js and Cadence Design System components and tokens.
- View at [downbeatacademy.com](https://downbeatacademy.com).### `sanity-cms`
- Instance of Sanity Studio for managing content on `www`
## Packages
These are the packages used to build and maintain Downbeat Academy applications,
including the Cadence Design System### `cadence-icons`
- Icon library for the Cadence Design System
### `cadence-tokens`
- Global and semantic tokens for the Cadence Design System
- Managed and built with `style-dictionary`### `typeface-favorit`
- Font dependencies for ABC Favorit
### `typeface-tiempos-text`
- Font dependencies for Tiempos Text
## Other notes
- Versioning manged with changesets
- _Most_ apps and packages (if applicable) deploy to Vercel