This is a SvelteKit project adding the needle-engine web component
ā Live demo automatically build and deployed via github actions
needle.config.json
baseUrl
config to assets
to change codegen (src/generated/gen
) to point to the local server relative url! svelte.config.js
paths.base
for deployment.adapter-static
currently to produce static pages that can be uploaded anywhere.https://test.github.io/my-repository
it should contain /my-repository
To automatically deploy to Needle Cloud go to Settings/Secrets/Actions and add a NEEDLE_CLOUD_TOKEN
repository secret. A deployment can also be triggered manually on the Deployment Action page