KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
sanity-kit
★ 120
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Sunshine
:
Sunshine - SBOM visualization tool
rizzclaw
:
Go-based AI assistant with auto-summary sessions and BM25+RAG memory system
Argparse-Interface
:
An automatic, terminal based interactive interface for any Python 3 "argparse" command line with keyboard and mouse support.
AwesomeChatGPTBot
:
ChatGPT Telegram bot: Free & Rich-Feature bot for enhanced conversations.
print-designer
:
T Shirt Design (Fabric.js + Vue.js)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sanity-kit
?
Download (.md)
# Sanity Kit Packages to help developing powerful content management experiences with Sanity. ## Packages - **[@tinloof/sanity-document-i18n](packages/document-i18n/)** - Document internationalization plugin (fork of [sanity-io/document-internationalization](https://github.com/sanity-io/document-internationalization) with enhanced template management) - **[@tinloof/sanity-studio](packages/sanity-studio/)** - Enhanced Sanity Studio components and utilities - **[@tinloof/sanity-web](packages/sanity-web/)** - Web utilities for Sanity projects ## How to contribute 1. Make sure to install dependencies from the root folder, this will assure all deps are installed for sub-projects 2. Start turbo dev server for all packages by running ``` pnpm run dev ``` from the root folder 3. To preview changes we have `/apps` a. `/apps/next` is used to preview `sanity-web` changes b. `apps/studio` is used to preview `sanity-studio` changes depending on which package you are working on you can spawn the respective app, each app needs `.env` file to link to a sanity project. after updating the `.env` file for the needed app, just `npm run dev` from its directory. _After everything is set, whenever a change is made to the package in dev will reflect in the preview app when it's in dev mode._ Check out [@tinloof/sanity-studio](https://github.com/tinloof/sanity-kit/tree/main/packages/sanity-studio) for more details.