Preconfigured SvelteKit template based on this one and adapted for use within OpenC. It ships with:
- VS Code configuration files
.nvmrc- TypeScript
- OpenC component library
Multiple options:
- Use the GitHub template by clicking Use this template.
- Download the tarball.
Once you've created a project and installed dependencies with npm install, start a development server:
npm run devOr start the server and open the app in a new browser tab:
npm run dev -- --openBefore creating a production version of your app, install an adapter for your target environment. Then:
npm run buildYou can preview the built app with npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.
Please also see the colophon and note that a license applies to all work in this repository. This component library is not intended for commercial use and not for personal use as well, although the license tolerates the latter.