-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doing some more fluffy things from GitPod
Signed-off-by: Andrei Jiroh Eugenio Halili <[email protected]>
- Loading branch information
1 parent
51ff513
commit fc60eb9
Showing
4 changed files
with
36 additions
and
12 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,5 @@ | ||
FROM gitpod/workspace-full | ||
|
||
USER gitpod | ||
|
||
RUN npm install -fg node npm |
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,9 @@ | ||
image: | ||
file: .gitpod.Dockerfile | ||
tasks: | ||
- init: npm install -fg node npm && npm install | ||
command: echo "Replace me with something that should run on every start to get you started." | ||
vscode: | ||
extensions: | ||
- [email protected]:/qx+rdXE/fGTGWhelNf3aQ== | ||
- [email protected]:hsU/Rd39aqPYowTqL+DbXg== |
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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# fluffy-train | ||
# Node.js Starter template | ||
Generate a new VM inside GitPod using this blank template, useful if you want to create an status page like what GitPod does. | ||
|
||
## How to use this template? | ||
Open this repository in GitPod using the button below. | ||
|
||
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/RecapTime/fluffy-train) | ||
This blank template is for Node.js users who want to quickstart their Gitpod experience. | ||
|
||
After that, change the `origin` repository into something else in the new console session. | ||
```bash | ||
git remote set origin <new-git-url> | ||
``` | ||
## What Included | ||
* This README file | ||
* `.gitpod.yml` and Dockerfiles for Node.js | ||
|
||
Done? Enjoy editing stuff on your side. | ||
## How to use this template? | ||
* [Remix the Git repo](https://gitlab.com/deploy2gitpod-templates/nodejs-starter) first. | ||
* Edit the repository files in GitLab/GitHub first. | ||
* [Ready? Deploy to Gitpod!](https://gitpod.io/#https://gitlab.com/deploy2gitpod-templates/nodejs-starter) | ||
|
||
## Who created this blank template? | ||
[Andrei Jiroh.](https://github.com/AndreiJirohHaliliDev2006) | ||
If you prefer to start anyway, use the button below then read `SETUP.md`. | ||
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/RecapTime/fluffy-train) | ||
## Who created this blank Node.js template? | ||
[Andrei Jiroh.](https://github.com/AndreiJirohHaliliDev2006) |
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,9 @@ | ||
{ | ||
"private": true, | ||
"name": "nodejs-starter-gitpod", | ||
"description": "Unofficial template made by your friends at the Pins team.", | ||
"engine": { | ||
"node": "12.x", | ||
"npm": "6.x" | ||
} | ||
} |