Skip to content

Commit 844fc28

Browse files
committed
chore: gitpod setup
This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitHub and GitLab that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click.
1 parent 41ccc34 commit 844fc28

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitpod.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
tasks:
2+
- init: npm install
3+
command: npm run storybook
4+
5+
vscode:
6+
extensions:
7+
- esbenp.prettier-vscode@5.1.3:t532ajsImUSrA9N8Bd7jQw==
8+
- dbaeumer.vscode-eslint@2.1.3:1NRvj3UKNTNwmYjptmUmIw==
9+
- runem.lit-plugin@1.1.10:/yk3Arh4MIQ3RwIcHwbX3Q==
10+
11+
ports:
12+
- port: 6006
13+
onOpen: open-preview

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Web Components for Arduino and various electronic parts.
44

55
[![NPM Version](https://img.shields.io/npm/v/@wokwi/elements)](https://www.npmjs.com/package/@wokwi/elements)
6+
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/wokwi/wokwi-elements)
67

78
Check out [the component catalog](https://elements.wokwi.com).
89

0 commit comments

Comments
 (0)