š FlagroTown Blog's Frontend
š Welcome to the frontend repository of blog.flagrotown.com - Anton Potapov's personal blog.
š License
Spreading knowledge and joy with the MIT License.
š” Technology
Blog's stack:
- Built with love and SvelteKit.
- For post's markdown I use marked
- Checkout my backend microservices implemented in Flask: FlagroTown blog's backend
- Checkout the github mirror (and also the publish tool) of my blog: GitHub
š ļø Development Setup
To get started with local development:
- Start the Development Server:
- Run
npm run dev
to start the SvelteKit development server.
- Navigate to
http://localhost:5173/
. The app will automatically reload if you change any of the source files.
š Production and Deployment
For the brave souls pushing towards production:
- I use a GitHub Actions deployment script to seamlessly deploy the static build to AWS S3.
š Live Website
Experience the blog in action at https://blog.flagrotown.com!