Visit kit.svelte.dev to read the SvelteKit docs.
Go to netlifycms.org to check out the static git based cms!
Integrates with mdsvex.com for powerful clean markdown. This is based on mdx, view this site for the syntax.
Tailwinds CSS is a thing
Daisy UI Uses Tailwindscss
svelte-icons now I'm overdoing it.
Site settings > Identity > Services > Git Gateway, and select Enable Git Gateway.
Everything you need to build a Svelte project, powered by create-svelte
.
If you're seeing this, you've probably already done this step. Congrats!
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
With the new Sveltekit router, only components work with this install of mdSvex. push an update if you get it to work. I have not had the need yet.