File tree 1 file changed +4
-4
lines changed
packages/lit-dev-content/site/docs/tools
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ The Lit Starter Kits are project templates for reusable Lit components that can
10
10
11
11
To get started working on a component locally, you can use one of these starter projects:
12
12
13
- * [ Lit JavaScript starter project ] ( https://github.com/PolymerLabs /lit-element-starter-js )
14
- * [ Lit TypeScript starter project] ( https://github.com/PolymerLabs /lit-element-starter-ts )
13
+ * [ Lit JavaScript starter project ] ( https://github.com/lit /lit-element-starter-js )
14
+ * [ Lit TypeScript starter project] ( https://github.com/lit /lit-element-starter-ts )
15
15
16
16
Both projects define a Lit component. They also add a set of optional tools for developing, linting, and testing the component:
17
17
@@ -35,8 +35,8 @@ The quickest way to try out a project locally is to download one of the starter
35
35
36
36
1 . Download the starter project from GitHub as a zip file:
37
37
38
- * [ JavaScript starter project] ( https://github.com/PolymerLabs /lit-element-starter-js/archive/master .zip )
39
- * [ TypeScript starter project] ( https://github.com/PolymerLabs /lit-element-starter-ts/archive/master .zip )
38
+ * [ JavaScript starter project] ( https://github.com/lit /lit-element-starter-js/archive/main .zip )
39
+ * [ TypeScript starter project] ( https://github.com/lit /lit-element-starter-ts/archive/main .zip )
40
40
41
41
1 . Uncompress the zip file.
42
42
You can’t perform that action at this time.
0 commit comments