Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jasonstitt/blog

Personal blog - app and content
https://github.com/jasonstitt/blog

Last synced: 27 days ago
JSON representation

Personal blog - app and content

Awesome Lists containing this project

README

        

# Jason Stitt's Blog

A Svelte app for my personal blog. I wrote about the process of creating this in [_Did switching to Svelte make my blog better?_](https://jasonstitt.com/svelte-blog) and decided to publish the code.

Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).

## License

Copyright 2009-2024 Jason Stitt.

The blog's content (e.g. posts, images, etc.) is all rights reserved and is not open source.

The code is under the MIT license, included here in LICENSE.txt.

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```