chore: add devcontainer config (#4974)

Co-authored-by: Reese <3253971+figadore@users.noreply.github.com>
This commit is contained in:
EYHN
2023-11-17 17:54:19 +08:00
committed by GitHub
parent ce2eeeffbe
commit 5fea0102fb
6 changed files with 86 additions and 0 deletions

View File

@@ -195,6 +195,13 @@ For feature request, please see [community.affine.pro](https://community.affine.
## Building
### Codespaces
From the GitHub repo main page, click the green "Code" button and select "Create codespace on master". This will open a new Codespace with the (supposedly auto-forked
AFFiNE repo cloned, built, and ready to go.
### Local
See [BUILDING.md] for instructions on how to build AFFiNE from source code.
## Contributing