doganozturk / blog-qwik

Articles about dev stuff, mostly.

Home Page:https://doganozturk.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Personal Blog

This is my blog which I recently rewrote using Qwik-City. My old blog had a straightforward setup; I especially like the idea of a minor CSS & JS footprint, inlining these resources for high pagespeed performance. Qwik and Qwik-City give me even better results with many more features and a better developer experience.

Local Development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

If you want to set up a development environment for the project , you need these:

brew install node@18.12.1

*Note: Especially for Node, I strongly recommend usage of a Node version management tool such as Volta.

Installing

git clone https://github.com/doganozturk/blog-qwik.git

cd blog-qwik

# Install project dependencies
npm install

# Start local dev environment
npm start

Author

About

Articles about dev stuff, mostly.

https://doganozturk.dev/


Languages

Language:MDX 84.0%Language:TypeScript 10.3%Language:CSS 5.0%Language:JavaScript 0.6%