Install the dependencies and start...
cd svelte-subscription
npm install
npm run dev
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv
commands in package.json to include the option --host 0.0.0.0
.
To create an optimised version of the app:
npm run build
Once the changes are merged to main
, the changes are deployed by set github actions.