1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-26 09:44:26 +02:00

[ticket/17086] Add Codespaces documentation

PHPBB3-17086
This commit is contained in:
battye
2022-12-17 03:11:55 +00:00
committed by battye
parent 6e45a2361d
commit 8564e1eac1
3 changed files with 60 additions and 2 deletions

View File

@@ -27,7 +27,10 @@ To run an installation from the repo (and not from a pre-built package) on a loc
php ../composer.phar install
```
Alternatively, you can read our [Vagrant documentation](phpBB/docs/vagrant.md) to find out how to use Vagrant to develop and contribute to phpBB.
Alternatively, you can read:
* Our [Vagrant documentation](phpBB/docs/vagrant.md) to find out how to use Vagrant to develop and contribute to phpBB.
* Our [GitHub Codespaces documentation](phpBB/docs/codespaces.md) to learn about phpBB's cloud-based development environment.
## 📓 Documentation