chore(.gitpod): init config (#667)
* chore(.gitpod): init config * fix: remove excluded files from vs code settings * fix: remove badge from README file, link to intro page --------- Co-authored-by: scissorsneedfoodtoo <scissorsneedfoodtoo@gmail.com>
This commit is contained in:
parent
1a9d5fc65a
commit
169c1827ba
6 changed files with 20 additions and 7 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1,2 +0,0 @@
|
|||
# Tell Linguist to exclude HTML files to help Replit language detection.
|
||||
*.html linguist-vendored
|
|
@ -1,2 +0,0 @@
|
|||
[core]
|
||||
excludesfile = /etc/.gitignore-global
|
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"
|
||||
}
|
|
@ -1,2 +1,3 @@
|
|||
# Backend Challenges boilerplate - package.json
|
||||
[](https://repl.it/github/freeCodeCamp/boilerplate-npm)
|
||||
# Managing Packages With npm
|
||||
|
||||
This is the boilerplate code for the Managing Packages With npm Challenges. Instructions for working on these challenges start at https://www.freecodecamp.org/learn/back-end-development-and-apis/managing-packages-with-npm/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue