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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
If you want to set up a development environment for the project , you need these:
brew install [email protected]
*Note: Especially for Node, I strongly recommend usage of a Node version management tool such as Volta.
git clone https://github.com/doganozturk/blog-qwik.git
cd blog-qwik
# Install project dependencies
npm install
# Start local dev environment
npm start
- Doğan Öztürk - Github