Skip to content

Commit

Permalink
Merge pull request #416 from appwrite/update-contribution-guide
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
TorstenDittmann committed Apr 26, 2023
2 parents e33319a + 1251d6b commit 9174d8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_APPWRITE_ENDPOINT=
VITE_APPWRITE_ENDPOINT=http://localhost/v1
VITE_APPWRITE_GROWTH_ENDPOINT=
VITE_GA_PROJECT=
VITE_CONSOLE_MODE=self-hosted
11 changes: 8 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,17 @@ 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
npm install
cd appwrite-console && npm install
```

### 3. Setup environment variables
### 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.

### 4. Setup environment variables

Add a `.env` file by copying the `.env.example` file as a template in the project's root directory.

Expand Down

3 comments on commit 9174d8f

@vercel
Copy link

@vercel vercel bot commented on 9174d8f Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9174d8f Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-cloud – ./

console-cloud-git-main-appwrite.vercel.app
console-cloud-appwrite.vercel.app
console-cloud.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 9174d8f Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.