You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@
3
3
<code>@knighted/develop</code>
4
4
</h1>
5
5
6
-
CDN-first browser IDE for building UI components with [`@knighted/jsx`](https://github.com/knightedcodemonkey/jsx) and [`@knighted/css`](https://github.com/knightedcodemonkey/css).
6
+
CDN-first UI component workbench for rapid prototyping with [`@knighted/jsx`](https://github.com/knightedcodemonkey/jsx) and [`@knighted/css`](https://github.com/knightedcodemonkey/css).
7
7
8
8

9
9
10
10
## What it is
11
11
12
-
`@knighted/develop` is a browser-native IDE that demonstrates modern component
13
-
authoring without a local bundler-first inner loop.
12
+
`@knighted/develop` is a browser-native UI component workbench that demonstrates
13
+
modern component authoring without a local bundler-first inner loop.
14
14
15
15
The app is designed to showcase two libraries:
16
16
@@ -34,7 +34,7 @@ browser acts as the runtime host for render, lint, and typecheck flows.
34
34
35
35
## Try it
36
36
37
-
- Live IDE: https://knightedcodemonkey.github.io/develop/
37
+
- Live workbench: https://knightedcodemonkey.github.io/develop/
Copy file name to clipboardExpand all lines: docs/article.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Forget The Build Step: A Browser-Native IDE For JSX + CSS
1
+
# Forget The Build Step: A Browser-Native Workbench For JSX + CSS
2
2
3
3
Frontend tooling has become incredibly capable.
4
4
@@ -12,7 +12,7 @@ What if the browser is the dev environment?
12
12
13
13
That idea became [@knighted/develop](https://github.com/knightedcodemonkey/develop).
14
14
15
-
It is a lightweight in-browser IDE built to showcase [@knighted/jsx](https://github.com/knightedcodemonkey/jsx) and [@knighted/css](https://github.com/knightedcodemonkey/css), with dependencies delivered over CDN ESM instead of requiring a local build step in the inner loop.
15
+
It is a lightweight in-browser UI component workbench built to showcase [@knighted/jsx](https://github.com/knightedcodemonkey/jsx) and [@knighted/css](https://github.com/knightedcodemonkey/css), with dependencies delivered over CDN ESM instead of requiring a local build step in the inner loop.
16
16
17
17
## The Loop, In Practice
18
18
@@ -66,7 +66,7 @@ For prototyping and component iteration, that is a meaningful shift.
66
66
67
67
## Try It
68
68
69
-
- Live IDE: https://knightedcodemonkey.github.io/develop/
69
+
- Live workbench: https://knightedcodemonkey.github.io/develop/
0 commit comments