Skip to content

Commit

Permalink
chore: add a SvelteKit example (#305)
Browse files Browse the repository at this point in the history
* Setup SvelteKit example project

`npm create svelte@latest`

* Add buffer and mdb-reader dependencies to SK example

`npm i buffer mdb-reader@2`

* SvelteKit example implementation

* Add @types/node to SK example deps

* Upgrade SK example to use mdb-reader v3 and polyfills

* Remove eslint/prettier and pin remaining dependencies
  • Loading branch information
oliverdowling authored Nov 30, 2023
1 parent ebebf44 commit e8e1d6d
Show file tree
Hide file tree
Showing 11 changed files with 3,413 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/sveltekit/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
Loading

0 comments on commit e8e1d6d

Please sign in to comment.