diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 512e71552..de572975b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,19 @@ If you are worried about or don’t know where to start, check out the next sect ## Development -Once you've created a project and installed dependencies with `npm install`, create a `.env` file using `.env.example` as a template. +### 1. Clone the repository with git +```bash +git clone https://github.com/appwrite/console.git appwrite-console +``` + +### 2. Install dependencies with npm +```bash +npm install +``` + +### 3. Setup environment variables + +Add a `.env` file by copying the `.env.example` file as a template in the project's root directory. Finally, start a development server: diff --git a/src/lib/layout/footer.svelte b/src/lib/layout/footer.svelte index fd8a77b59..e7ecd1b6e 100644 --- a/src/lib/layout/footer.svelte +++ b/src/lib/layout/footer.svelte @@ -43,7 +43,7 @@ ⓒ {currentYear} Appwrite. All rights reserved.