Luke Hagar 2fffb663c2 Demo upload
2023-05-22 15:56:47 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 15:56:47 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 15:56:47 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 11:36:18 -05:00
2023-05-22 11:36:18 -05:00

SvelteKit Extension Template

By Luke Hagar

Built with Sveltekit and Skeleton

Out of the box Includes:

  • Skeleton
  • Tailwind
  • ESlint
  • Prettier
  • TypeScript
  • Vite
  • Vitest

Reference Documentation

Extension Development Basics

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

NPM:

npm run dev

Yarn:

yarn dev

pnpm:

pnpm dev

Building

To create a production version of your app:

NPM:

npm run build

Yarn:

yarn build

pnpm:

pnpm build

To deploy your app, you can load it as an unpacked chrome extension, instructions are in Extension Development Basics

Description
No description provided
Readme 40 KiB
Languages
Svelte 70.5%
JavaScript 17.6%
HTML 5.3%
TypeScript 5.2%
CSS 1.4%