Skip to content

Commit

Permalink
chore(.gitpod): init config (#667)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
ShaunSHamilton and scissorsneedfoodtoo authored Feb 14, 2024
1 parent 1a9d5fc commit 169c182
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions .gitconfig

This file was deleted.

14 changes: 14 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -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 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workbench.colorTheme": "freeCodeCamp Dark Theme"
}
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Backend Challenges boilerplate - package.json
[![Run on Repl.it](https://repl.it/badge/github/freeCodeCamp/boilerplate-npm)](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/

1 comment on commit 169c182

@Sonia301
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ports:

  • port: 3000
    onOpen: open-preview
    visibility: public

Please sign in to comment.