Skip to content

Commit

Permalink
feat: builder.io starter w/ dev-tools (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley authored Jun 4, 2023
1 parent 877edc4 commit 4ddb1f1
Show file tree
Hide file tree
Showing 57 changed files with 1,496 additions and 944 deletions.
2 changes: 1 addition & 1 deletion scripts/validate-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function validateCreateQwikCli() {

await Promise.all([
validateStarter(api, tmpDir, 'basic', true, `👻`),
validateStarter(api, tmpDir, 'documentation-site', true, `😈`),
validateStarter(api, tmpDir, 'site-with-visual-cms', true, `😈`),
validateStarter(api, tmpDir, 'library', false, `📚`),
]).catch((e) => {
console.error(e);
Expand Down
2 changes: 1 addition & 1 deletion starters/apps/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"__qwik__": {
"priority": 2,
"displayName": "Basic App (QwikCity)",
"displayName": "Basic App",
"qwikCity": true,
"docs": [
"https://qwik.builder.io/docs/getting-started/"
Expand Down
13 changes: 0 additions & 13 deletions starters/apps/documentation-site/package.json

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions starters/apps/documentation-site/src/components/footer/footer.css

This file was deleted.

36 changes: 0 additions & 36 deletions starters/apps/documentation-site/src/components/footer/footer.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions starters/apps/documentation-site/src/components/header/header.css

This file was deleted.

26 changes: 0 additions & 26 deletions starters/apps/documentation-site/src/components/header/header.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions starters/apps/documentation-site/src/components/icons/qwik.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions starters/apps/documentation-site/src/components/menu/menu.css

This file was deleted.

36 changes: 0 additions & 36 deletions starters/apps/documentation-site/src/components/menu/menu.tsx

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4ddb1f1

Please sign in to comment.