Skip to content

Commit

Permalink
Add more detail about Appwrite installation
Browse files Browse the repository at this point in the history
  • Loading branch information
codercatdev committed Sep 28, 2022
1 parent fcd5aa0 commit a5b7c81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Appwrite playground is a simple way to explore the Appwrite API & Web SDK. Use t

![Appwrite Playground](preview.png)

## Appwrite Install
If you have never setup Appwrite locally before there are a few steps.

- You must have [Docker](https://docs.docker.com/engine/install/) installed.
- Run docker compose command from the [Appwrite Installation Docs](https://appwrite.io/docs/installation).
- Reference the [Appwrite 101 - YouTube Playlist](https://youtu.be/aO4mw8smXkI)
- If you are running a remote Appwrite instance change `http://localhost/v1` in the [configuration](https://github.com/appwrite/playground-for-web/blob/fcd5aa02976f6787d14720a4e920402fafa6175b/public/index.html#L205) to your Appwrite url.

## Get Started

The **public/index.html** file in this repository contains **all** the playground examples and source code.
Expand Down

0 comments on commit a5b7c81

Please sign in to comment.