Skip to content

Commit 3ee5e7e

Browse files
committed
feat: add gitpod
1 parent 145ab8f commit 3ee5e7e

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitpod.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
ports:
2+
- port: 3000
3+
onOpen: open-preview
4+
5+
tasks:
6+
- init: yarn
7+
command: yarn dev
8+
9+
vscode:
10+
extensions:
11+
- [email protected]:02aHhbJ0Q4aGdjHXlTdVKg==
12+
- [email protected]:fRpb0skkyto7j5ibdwKGTA==
13+
- [email protected]:JsyciBGHwqfyaOd093YHWQ==
14+
- [email protected]:GDba64T6G+TUi1qmc6BE3A==
15+
- [email protected]:0nQ3PEEA0NPEt3UcbCYiIQ==
16+
- [email protected]:ZMxDUqspUlYQu1bGxj+4MA==
17+
- [email protected]:S51DUCuN3aq2IN94LSDd9A==

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/blockstack/docs)
2+
13
# Blockstack documentation
24

35
![A screenshot of docs.blockstack.org](/public/images/docs-homepage.png)

0 commit comments

Comments
 (0)