oshurek.dev - personal blog
The personal blog of developer Anton Oshurek, created using Astro. The project is a platform for publishing articles and notes on programming and technology.
Oshurek Anton personal blog project
Project links:
Technologies stack:
- Astro
- JavaScript and TypeScript
- SASS
- HTML
- MDX
Features:
- Minimalist and user-friendly design. * Static site for fast loading and optimal performance. * Flexible content creation using MDX.
what you needs to be done to start the project?
- download repository
- instal Node.js LTS version
- install all dependencies
npm install
- Run Dev server
npm run start