Skip to content

Commit

Permalink
feat(): dynamic loading data from local json file
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyanu committed May 25, 2024
1 parent 557c417 commit 9559b71
Show file tree
Hide file tree
Showing 23 changed files with 14,110 additions and 446 deletions.
3 changes: 3 additions & 0 deletions cms/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@sanity/eslint-config-studio"
}
29 changes: 29 additions & 0 deletions cms/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Dependencies
/node_modules
/.pnp
.pnp.js

# Compiled Sanity Studio
/dist

# Temporary Sanity runtime, generated by the CLI on every dev server start
/.sanity

# Logs
/logs
*.log

# Coverage directory used by testing tools
/coverage

# Misc
.DS_Store
*.pem

# Typescript
*.tsbuildinfo

# Dotenv and similar local-only files
*.local
9 changes: 9 additions & 0 deletions cms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Sanity Studio

Congratulations, you have now installed Sanity Studio, an open source real-time content editing environment connected to the Sanity Content Lake backend.

Now you can do the following things:

- [Read “getting started” in the docs](https://www.sanity.io/docs/introduction/getting-started?utm_source=readme)
- [Join the community Slack](https://slack.sanity.io/?utm_source=readme)
- [Extend and build plugins](https://www.sanity.io/docs/content-studio/extending?utm_source=readme)
Loading

0 comments on commit 9559b71

Please sign in to comment.