Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahaywood/selfteachme_sveltekit
This is the SelfTeach.me site, built on SvelteKit
https://github.com/ahaywood/selfteachme_sveltekit
svelte sveltekit tailwindcss
Last synced: 1 day ago
JSON representation
This is the SelfTeach.me site, built on SvelteKit
- Host: GitHub
- URL: https://github.com/ahaywood/selfteachme_sveltekit
- Owner: ahaywood
- License: mit
- Created: 2022-12-23T21:52:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T21:52:35.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T17:58:39.975Z (1 day ago)
- Topics: svelte, sveltekit, tailwindcss
- Language: CSS
- Homepage: https://selfteach.me
- Size: 2.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SvelteKit Template
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte) and [mdsvex](https://github.com/pngwn/MDsveX/tree/master/packages/site/src/components).
## Using the Template
If you're seeing this, you've probably already done this step. Congrats! 🎉
Within GitHub, click on the **Use this Template** button.
## Developing
Once you've created a project and installed dependencies with `pnpm install`, start a development server:
```bash
pnpm run dev# or start the server and open the app in a new browser tab
pnpm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
# Reference
- [Building a blog with SvelteKit, TailwindCSS, and MDsveX](https://jeffpohlmeyer.com/building-a-blog-with-sveltekit-tailwindcss-and-mdsvex#heading-mdsvex)
- [Test Svelte Component Using Vitest & Playwright](https://davipon.hashnode.dev/test-svelte-component-using-vitest-playwright)
- [Prism Templates](https://github.com/PrismJS/prism-themes)