8000 Update links to cron docs by gewenyu99 · Pull Request #434 · appwrite/console · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update links to cron docs #434

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ git clone https://github.com/appwrite/console.git appwrite-console
```

### 2. Install dependencies with npm

Navigate to the Appwrite Console repository and install dependencies.

```bash
cd appwrite-console && npm install
```

### 3. Install and run Appwrite locally

When you run the Appwrite Console locally, it needs to point to a backend as well. The easiest way to do this is to run an Appwrite instance locally.

Follow the [install instructions](https://appwrite.io/docs/installation) in the Appwrite docs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
<Heading tag="h6" size="7">Schedule</Heading>
<p>
Set a Cron schedule to trigger your function. Leave blank for no schedule. <a
href="https://en.wikipedia.org/wiki/Cron"
href="https://appwrite.io/docs/functions#scheduled-execution"
target="_blank"
rel="noopener noreferrer"
class="link">
Expand Down
0