Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/posandu/tronic247

My blog
https://github.com/posandu/tronic247

Last synced: about 2 months ago
JSON representation

My blog

Awesome Lists containing this project

README

        

# Tronic247

Tronic247 is my blog. It's powered by SvelteKit and hosted on Vercel. The blog was originally powered by WordPress, but I migrated it to SvelteKit.

More information can be found on the Blog itself: https://www.tronic247.com/migrating-tronic247-from-wordpress-to-sveltekit

## Development

To start the development server, install the dependencies by running:

```bash
npm install
```

Then start the development server by running:

```bash
npm run dev
```

This will start the development server on `localhost:5173`.