https://github.com/posandu/tronic247
My blog
https://github.com/posandu/tronic247
Last synced: about 1 month ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/posandu/tronic247
- Owner: Posandu
- Created: 2024-06-08T06:00:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T12:48:57.000Z (about 2 months ago)
- Last Synced: 2025-04-03T11:11:55.232Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://www.tronic247.com
- Size: 75.1 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.