/svelte-folio

New and improved portfolio, made with Svelte and Routify. Deployed on Netlify.

Primary LanguageSvelte

Tools used

Development

Routify

Svelte

svelte-preprocess

Deployment

Netlify

Npm scripts

Syntax Description
dev Development (port 5000)
dev-dynamic Development with dynamic imports
build Build a bundled app with SSR + prerendering and dynamic imports
serve Run after a build to preview. Serves SPA on 5000 and SSR on 5005
deploy:* Deploy to netlify or now
export Create static pages from content in dist folder (used by npm run build)