Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 97dcff9

Browse files
feat: gitpod support (#295)
* chore: Add gitpod support * update the gitpod button
1 parent 1c14458 commit 97dcff9

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitpod.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
tasks:
2+
- name: Server
3+
init: npm ci
4+
command: |
5+
nvm install 18
6+
npm run dev
7+
8+
ports:
9+
- port: 3000
10+
onOpen: open-preview
11+
name: Website
12+
description: The website for the EddieHub community
13+
14+
github:
15+
prebuilds:
16+
master: true
17+
branches: true
18+
pullRequests: true
19+
pullRequestsFromForks: true
20+
addCheck: true
21+
addComment: false
22+
addBadge: true

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Salient is a [Tailwind UI](https://tailwindui.com) site template built using [Ta
99

1010
## Getting started
1111

12+
### Using Gitpod
13+
14+
[![Open BioDrop in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/EddieHubCommunity/Eddiehubcommunity.github.io)
15+
16+
### Local development
17+
1218
To get started with this project, first install the npm dependencies:
1319

1420
```bash

0 commit comments

Comments
 (0)