Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
As per #38
  • Loading branch information
kyoshino committed Aug 4, 2023
1 parent c38bf2c commit be6b120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ While recreating all the features found in Netlify/Decap CMS is not our goal, we
- Demo site
- Starter templates

### Non goals
### Non goals (for now)

- Mobile support
- WYSIWYG editing
Expand Down Expand Up @@ -179,7 +179,7 @@ You can host your Sveltia CMS-managed site anywhere, such as [Cloudflare Pages](
You can use Sveltia CMS with a local Git repository, just like the [beta feature](https://decapcms.org/docs/beta-features/#working-with-a-local-git-repository) in Netlify/Decap CMS, but Sveltia CMS has simplified the workflow by removing the necessity of the additional configuration (the `local_backend` property) and proxy server, thanks to the [File System Access API](https://developer.chrome.com/articles/file-system-access/) available in [some modern browsers](https://developer.mozilla.org/en-US/docs/web/api/window/showopenfilepicker#browser_compatibility).

1. Launch the local development server for your frontend framework, typically with `npm run dev`.
1. Visit `http://localhost:[port]/admin/index.html` with Chrome, Edge or other Chromium-based desktop browser. The port number depends on your framework.
1. Visit `http://localhost:[port]/admin/index.html` with Chrome or Edge. The port number depends on your framework.
1. Click “Work with Local Repository” and select the project’s root directory once prompted.
1. Make some changes on Sveltia CMS.
1. See if the produced changes look good using `git diff` or a GUI like [GitHub Desktop](https://desktop.github.com/).
Expand Down

0 comments on commit be6b120

Please sign in to comment.