-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Dev Container Configuration (#695)
* Adds `devcontainer.json` file * Adds `welcome.txt` file Shows a welcome text for the user in the first run when they open up the terminal See the 'postCreateCommand' in the devcontainer.json file to better understand what is happening * Splits up `postCreateCommand` in `devcontainer.json` Pushes the First Run Notice command to 'updateContentCommand` * Adds GitHub Codespaces badge to `README` files * Updates extension list in `devcontainer.json` Removes unnecessary extensions and rearranges the relevant ones * Uses `<kbd>` tags for keyboard shortcuts Uses '⌘' for macOS Command instead of 'Cmd' * Adds the `<kbd>` tag replacement for all other README files Uses '⌘' for macOS Command instead of 'Cmd'
- Loading branch information
Showing
12 changed files
with
89 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"name": "ChatALL Dev Container", | ||
"image": "mcr.microsoft.com/devcontainers/javascript-node", | ||
"features": { | ||
"ghcr.io/devcontainers/features/github-cli:1": { | ||
"version": "latest" | ||
} | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"eamodio.gitlens", | ||
"mhutchie.git-graph", | ||
"EditorConfig.EditorConfig", | ||
"vscode-icons-team.vscode-icons", | ||
"aaron-bond.better-comments", | ||
"VisualStudioExptTeam.vscodeintellicode", | ||
"esbenp.prettier-vscode", | ||
"yzhang.markdown-all-in-one", | ||
"bierner.github-markdown-preview", | ||
"dotenv.dotenv-vscode", | ||
// HTML, CSS | ||
"ecmel.vscode-html-css", | ||
"pranaygp.vscode-css-peek", | ||
"Zignd.html-css-class-completion", | ||
"formulahendry.auto-rename-tag", | ||
// JavaScript | ||
"xabikos.JavaScriptSnippets", | ||
"meganrogge.template-string-converter", | ||
"dbaeumer.vscode-eslint", | ||
// Node.js | ||
"ambar.bundle-size", | ||
"steoates.autoimport", | ||
"BriteSnow.vscode-toggle-quotes", | ||
"mgmcdermott.vscode-language-babel", | ||
"Vue.volar", | ||
"cssho.vscode-svgviewer" | ||
] | ||
} | ||
}, | ||
"updateContentCommand": "sudo cp .devcontainer/welcome.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt", | ||
"postCreateCommand": "npm install", | ||
"forwardPorts": [8080], | ||
"portsAttributes": { | ||
"8080": { | ||
"label": "ChatALL App", | ||
"onAutoForward": "openPreview" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
👋 Welcome to ChatALL! You are running on a custom image defined in the devcontainer.json. | ||
|
||
📝 Edit away, then run the build command 'npm run electron:serve' to see the code running in the browser | ||
|
||
📖 Head over to the ./README.md file to know more |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
431cff5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
chatall – ./
chatall-llm.vercel.app
chatall-git-main-sunner.vercel.app
chatall-sunner.vercel.app