npm install @suid/material
For details about the project status go here.
git clone https://github.com/swordev/suid
cd suid
pnpm install
pnpm build
pnpm start
To contribute to the project, follow these steps:
- Fork this repository and clone it.
- Install the dependencies:
pnpm install
. - Create a branch:
git checkout -b <branch_name>
. - Make your changes and create the changeset file:
pnpm changeset
. - Add your changes:
git add .
- Commit your changes:
git commit -m '<commit_message>'
. - Push to the original branch:
git push origin <branch_name>
. - Create the pull request.
Distributed under the MIT License. See LICENSE file in each package for more information.