Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stipsan/example-v3-studio
https://github.com/stipsan/example-v3-studio
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stipsan/example-v3-studio
- Owner: stipsan
- License: mit
- Created: 2022-07-19T21:00:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T05:48:34.000Z (10 months ago)
- Last Synced: 2024-05-02T06:14:35.703Z (10 months ago)
- Language: TypeScript
- Homepage: https://example-v3-studio.vercel.app/
- Size: 289 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Themer example: `sanity build` quickstart
Shows the minimum required setup for a Studio v3 install to be able to use `await import()` calls in `sanity.config.ts` to use Themer themes.
It loads the Verdant theme:
## Live example
https://example-v3-studio.vercel.app
It only lets you see the login screen in the theme, to see the full studio:
1. Create a new project: https://www.sanity.io/get-started
2. Fork this repo.
3. Modify the `projectId` and `dataset` in `sanity.config.ts`.
4. `npm start` and open `http://localhost:3333`.# More examples
- https://github.com/stipsan/example-v3-studio/tree/main/more/sanity-build
- https://github.com/stipsan/example-v3-studio/tree/main/more/next-build-time
- https://github.com/stipsan/example-v3-studio-next-runtime