mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
61a3131338
commit
32812b4623
1 changed files with 1 additions and 5 deletions
|
|
@ -125,7 +125,7 @@ This will allow the Appwrite community to have sufficient discussion about the n
|
|||
|
||||
This is also important for the Appwrite lead developers to be able to give technical input and different emphasize regarding the feature design and architecture.
|
||||
|
||||
## Setup
|
||||
## Setup From Source
|
||||
|
||||
To set up a working **development environment**, just fork the project git repository and install the backend and frontend dependencies using the proper package manager and create run the docker-compose stack.
|
||||
|
||||
|
|
@ -138,10 +138,6 @@ git clone git@github.com:[YOUR_FORK_HERE]/appwrite.git
|
|||
|
||||
cd appwrite
|
||||
|
||||
composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts
|
||||
|
||||
npm install
|
||||
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue