Skip to content

Commit

Permalink
Merge pull request #2230 from satvik2131/main
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Jul 2, 2024
2 parents 804eca6 + 0b7042a commit b8d5d8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ For working with lower levels like generating the OpenAPI specifications a few m
Make sure to initialize the git submodules by running `git submodule update --init --recursive`.
This will add our external dependencies to `external/` so scripts can use them for generation.

For running a development Nextcloud instance:
- Install [docker](https://www.docker.com/get-started)
- Run the `./tool/dev.sh` script to start the server
- Development instance running on http://localhost. To access it in an Android Emulator use http://10.0.2.2

## Picking an issue
You may wish to start with our list of [good first issues](https://github.com/nextcloud/neon/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)

Expand Down

0 comments on commit b8d5d8f

Please sign in to comment.