https://github.com/femincan/personal-blog
A blog website created with Astro, Tailwind CSS, and Headless Hashnode.
https://github.com/femincan/personal-blog
astro headless-hashnode typescript
Last synced: 9 months ago
JSON representation
A blog website created with Astro, Tailwind CSS, and Headless Hashnode.
- Host: GitHub
- URL: https://github.com/femincan/personal-blog
- Owner: femincan
- License: mit
- Created: 2023-10-30T14:19:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T07:20:33.000Z (over 1 year ago)
- Last Synced: 2025-04-07T07:51:09.875Z (about 1 year ago)
- Topics: astro, headless-hashnode, typescript
- Language: Astro
- Homepage: https://headless-personal-blog.netlify.app
- Size: 264 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Blog
[](https://headless-personal-blog.netlify.app)
A blog website created with Astro, Tailwind CSS, and Headless Hashnode.
## Table of Contents
- [Technologies](#technologies)
- [How To Use](#how-to-use)
- [License](#license)
## Technologies
- [Astro](https://astro.build)
- [Tailwind CSS](https://tailwindcss.com)
- [Headless Hashnode](https://hashnode.com/headless)
- [TypeScript](https://typescriptlang.org)
## How To Use
To clone and run this application, you'll need Git, Node.js, and Pnpm installed globally on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/femincan/personal-blog.git
# Go into the repository
cd personal-blog
# Install dependencies
pnpm install
```
Now, you can run the app:
```bash
pnpm run dev
```
## License
[MIT](./LICENSE)