mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FEATURE: Support for GitHub Codespaces development (#11440)
This has a basic config to use the new Codespaces feature in GitHub. If you have access to the feature all you need to do is: 1. Visit https://github.com/discourse/discourse 2. Click on Code > Open with Codespaces > New codespace 3. Wait it to prepare the environment 4. Click on File > Run > Run without Debug or press <kbd>CTRL</kbd>+<kbd>F5</kbd> 5. When prompted click on the green pop-up on the lower left to open the running Discourse app in a new tab
This commit is contained in:
parent
4c118e4d7a
commit
e50676caff
4 changed files with 48 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -137,8 +137,10 @@ node_modules
|
|||
# ignore generated api documentation files
|
||||
openapi/*
|
||||
|
||||
# ignore VSCode config files
|
||||
.vscode
|
||||
# ignore custom VSCode config files
|
||||
.vscode/*
|
||||
!.vscode/launch.json
|
||||
!.vscode/tasks.json
|
||||
|
||||
# ignore direnv
|
||||
.envrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue