Repository URL: https://github.com/m10rten/suite
To get started with this repository, follow the steps below.
pnpm install
pnpm test
pnpm lint
pnpm format
pnpm typecheck
pnpm build
pnpm dev
pnpm start
pnpm packages:create <package-name> <internal: true|false: default=false>
pnpm clean
pnpm remake
# this wil run `clean` and `remake`
pnpm reset
Databases on localhost are managed with Docker.
pnpm db:up
pnpm db:down
- Fork the repository on GitHub (see Fork A Repo)
- Clone the forked repository to your local machine (see Cloning A Repository)
- Install the dependencies (see Installation)
- Make your changes and commit them (Wait for husky to run the formatter)
- Push your changes to your forked repository on GitHub
- Open a pull request on GitHub and describe your changes in detail (Wait for GitHub Actions to run the necessary checks)
- Wait for the pull request to be reviewed and merged by a maintainer
To clone, first fork the repository on GitHub, then clone your forked repository to your local machine.
git clone <your-forked-repository-url>
You can then open a pull request on GitHub to merge your changes into the main repository.
Please note that any PR's with changes on .changeset files will be rejected.
This project is licensed under the MIT License.