/syntax

Cambly's design system

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Syntax - Cambly's design system

Setup

# Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
# Install node
nvm install
# Install dependencies
npm install -g pnpm
pnpm install
# Run the dev server
pnpm dev

Contribute

  1. Fork the syntax repo
  2. Create a new branch
  3. Make your changes
  4. Open a pull request

Acknowledgements