/svelte-app

another try at svelte app

Primary LanguageSvelteMIT LicenseMIT

Svelte app template

Node.js CI

This template repo helps you create web apps written with Svelte.

Getting started

  1. Ensure that you have the right version of node:
nvm use
  1. Install packages:
npm i

Build

npm run build

Development

npm run dev

Type check

npm run check

How to contribute

Please refer to CONTRIBUTING.md.

Semantic Versioning

This project follows semantic versioning. I release patch versions for critical bugfixes, minor versions for new features or non-essential changes, and major versions for any breaking changes.