Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ When contributing to this repository, please first discuss the change you wish t

Join the telegram channel: https://t.me/StarknetByExample

The release branch is `main`. The development branch is `dev` and is considered stable (but not released yet).
When you want to contribute, please create a new branch from `dev` and open a pull request to merge your changes back into `dev`.
You should never open a pull request to merge your changes directly into `main`.

The `dev` branch is deployed at https://starknet-by-example-dev.voyager.online/

Please note we have a code of conduct, please follow it in all your interactions with the project.

## Table of Contents
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
"pnpm": {
"patchedDependencies": {
"vocs": "patches/vocs.patch"
},
"overrides": {
"vocs>shiki": "^1.23.0",
"vocs>@shikijs/core": "^1.23.0",
"vocs>@shikijs/types": "^1.23.0",
"vocs>@shikijs/rehype": "^1.23.0",
"vocs>@shikijs/twoslash": "^1.23.0",
"vocs>@shikijs/transformers": "^1.23.0"
}
}
}
Loading