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
To start the development server, install the dependencies by running:
npm install
Then start the development server by running:
npm run dev
This will start the development server on localhost:5173
.