Skip to content

Commit

Permalink
chore: simplify examples, improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Mar 27, 2024
1 parent 11834bc commit d5aff37
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 444 deletions.
6 changes: 3 additions & 3 deletions examples/spa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
VITE_API_KEY=<YOUR_API_KEY>
```

2. Run `yarn install` in repository root directory, this will install dependencies for all example applications.
3. Run `cd examples/spa` and `yarn dev` to start the application.
4. Open http://localhost:3000 in your browser
2. Run `pnpm install` in repository root directory, this will install dependencies for all example applications.
3. Run `cd examples/spa` and `pnpm dev` to start the application.
4. Open http://localhost:5173 in your browser

## Learn more

Expand Down
1 change: 0 additions & 1 deletion examples/svelte-kit-ts/.env.dist

This file was deleted.

9 changes: 0 additions & 9 deletions examples/svelte-kit-ts/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions examples/svelte-kit-ts/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions examples/svelte-kit-ts/package.json

This file was deleted.

15 changes: 0 additions & 15 deletions examples/svelte-kit-ts/src/app.d.ts

This file was deleted.

12 changes: 0 additions & 12 deletions examples/svelte-kit-ts/src/app.html

This file was deleted.

22 changes: 0 additions & 22 deletions examples/svelte-kit-ts/src/lib/VisitorData.svelte

This file was deleted.

16 changes: 0 additions & 16 deletions examples/svelte-kit-ts/src/routes/+layout.svelte

This file was deleted.

1 change: 0 additions & 1 deletion examples/svelte-kit-ts/src/routes/+page.server.ts

This file was deleted.

21 changes: 0 additions & 21 deletions examples/svelte-kit-ts/src/routes/+page.svelte

This file was deleted.

Binary file removed examples/svelte-kit-ts/static/favicon.ico
Binary file not shown.
18 changes: 0 additions & 18 deletions examples/svelte-kit-ts/svelte.config.js

This file was deleted.

13 changes: 0 additions & 13 deletions examples/svelte-kit-ts/tsconfig.json

This file was deleted.

6 changes: 3 additions & 3 deletions examples/svelte-kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
VITE_API_KEY=<YOUR_API_KEY>
```

2. Run `yarn install` in repository root directory, this will install dependencies for all example applications.
3. Run `cd examples/spa` and `yarn dev` to start the application.
4. Open http://localhost:3000 in your browser
2. Run `pnpm install` in repository root directory, this will install dependencies for all example applications.
3. Run `cd examples/svelte-kit` and `pnpm dev` to start the application.
4. Open http://localhost:5173 in your browser

## Learn more

Expand Down
Loading

0 comments on commit d5aff37

Please sign in to comment.