-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from syncosaurus/docs-update-two
Docs update two
- Loading branch information
Showing
16 changed files
with
217 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Requirements | ||
|
||
Before using Syncosaurus, ensure the following requirements are met: | ||
|
||
- [Node](https://nodejs.org/en) v18+ | ||
- [npm](https://www.npmjs.com/) | ||
- A frontend that utilizes [React](https://react.dev/) v16.8+ | ||
- Paid Cloudflare account with access to [Durable Objects](https://developers.cloudflare.com/durable-objects/) | ||
- Access to the [Syncosaurus CLI](https://github.com/syncosaurus/syncosaurus-cli) | ||
- This requirement can be fulfilled in two ways: | ||
- *Recommended*: Use the [`npx`](https://www.npmjs.com/package/npx) feature to directly run Syncosaurus CLI commands without installing the Syncosaurus CLI application | ||
- Alternatively, you may also install the Syncosaurus CLI locally: | ||
```shell | ||
npm install -g syncosaurus-cli | ||
``` |
Oops, something went wrong.