feat: Add devcontainer and update dev docs

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-05-14 11:38:11 +02:00
parent 9bffe51fce
commit 352e66fc8d
3 changed files with 77 additions and 51 deletions

9
.devcontainer/setup.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
(
cd /tmp && /usr/local/bin/bootstrap.sh apache2ctl start
)
composer install --no-dev
npm ci
npm run dev