Skip to content

somethiiing/syntax

 
 

Repository files navigation

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 repository
  2. Create a new branch:
  3. Make your changes: git commit -am "Avatar: add component"
  4. Add a changeset with pnpm changeset
  5. Open a pull request

Acknowledgements

About

Cambly's design system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.7%
  • JavaScript 22.1%
  • CSS 4.2%