feat: init gitpod config (#83)
This commit is contained in:
parent
b7d2ae1f18
commit
5c75ba551d
4 changed files with 17 additions and 4 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -1,3 +0,0 @@
|
||||||
# Tell Linguist to exclude HTML files to help Replit language detection.
|
|
||||||
*.html linguist-vendored
|
|
||||||
*.css linguist-vendored
|
|
14
.gitpod.yml
Normal file
14
.gitpod.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
image: gitpod/workspace-node-lts
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- port: 3000
|
||||||
|
onOpen: open-preview
|
||||||
|
visibility: public
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- init: npm install
|
||||||
|
command: npm run start
|
||||||
|
|
||||||
|
vscode:
|
||||||
|
extensions:
|
||||||
|
- https://github.com/freeCodeCamp/freecodecamp-dark-vscode-theme/releases/download/v1.0.0/freecodecamp-dark-vscode-theme-1.0.0.vsix
|
|
@ -1 +0,0 @@
|
||||||
.replit
|
|
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"workbench.colorTheme": "freeCodeCamp Dark Theme"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue