Hey there, this is my very first astro theme that I will create. This blog template is made with Astro and Tailwind CSS for the Front-end.
You can create an Issue or submit a Pull Request if you think there's something wrong or you want to add a new feature on this blog template. I will appreciate your help!
You can use npm i
or yarn
to install dependencies. I personally use pnpm
because it's what I use on most of my projects.
pnpm install
- Installs dependencies. You can use any of those.
pnpm dev
- Starts local dev server at localhost:3000
pnpm build
- Build your production site to ./dist/
pnpm preview
- Preview your build locally, before deploying
This repository has MIT License.