Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahaywood/lotion-editor-landing-page
https://github.com/ahaywood/lotion-editor-landing-page
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahaywood/lotion-editor-landing-page
- Owner: ahaywood
- License: mit
- Created: 2023-03-08T09:07:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-08T09:07:23.000Z (over 1 year ago)
- Last Synced: 2024-03-17T11:35:58.766Z (8 months ago)
- Language: CSS
- 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)