Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

A blog website created with Astro, Tailwind CSS, and Headless Hashnode.

Awesome Lists containing this project

README

        

# Personal Blog

[![Live Demo Link](https://img.shields.io/website?down_message=offline&label=demo&style=for-the-badge&up_message=online&url=https://headless-personal-blog.netlify.app)](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)