Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/posandu/tronic247
My blog
https://github.com/posandu/tronic247
Last synced: about 2 months ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/posandu/tronic247
- Owner: Posandu
- Created: 2024-06-08T06:00:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T11:44:15.000Z (5 months ago)
- Last Synced: 2024-08-06T13:33:03.519Z (5 months ago)
- Language: JavaScript
- Homepage: https://www.tronic247.com
- Size: 74.8 MB
- Stars: 3
- Watchers: 2
- 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`.