Skip to content

Commit 34363a6

Browse files
committed
chore: add gitpod config.
1 parent ffe9954 commit 34363a6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitpod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ports:
2+
- port: 3000
3+
onOpen: open-preview
4+
tasks:
5+
- init: npm install
6+
command: npm run start

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![CI](https://github.com/uiwjs/json-viewer/actions/workflows/ci.yml/badge.svg)](https://github.com/uiwjs/json-viewer/actions/workflows/ci.yml)
44
[![Coverage Badge](https://uiwjs.github.io/json-viewer/badges.svg)](https://uiwjs.github.io/json-viewer/lcov-report/)
5+
[![Open in Gitpod](https://shields.io/badge/Open%20in-Gitpod-green?logo=Gitpod)](https://gitpod.io/#https://github.com/uiwjs/json-viewer)
56
[![Gitee Website](https://jaywcjlove.github.io/sb/ico/gitee.svg)](https://uiw.gitee.io/json-viewer)
67

78
Online JSON Viewer, JSON Beautifier to beautify and tree view of JSON data - It works as JSON Pretty Print to pretty print JSON data.

0 commit comments

Comments
 (0)