Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)