Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mxsaad/blog

⚡️ Blazingly fast and beautiful blog made with SvelteKit.
https://github.com/mxsaad/blog

blog firebase svelte tailwindcss typescript

Last synced: 15 days ago
JSON representation

⚡️ Blazingly fast and beautiful blog made with SvelteKit.

Awesome Lists containing this project

README

        

# Blog

## Project Overview

This repository contains the code for my developer blog.

## Tech Stack

- **Svelte**

- **TailwindCSS**

- **Firebase**

- **TypeScript, CSS, HTML**

## Getting Started

To run the portfolio locally on your machine, follow these steps:

1. Clone this repository to your local machine.

```bash
git clone https://github.com/mxsaad/blog.git
```

2. Navigate to the project directory.

```bash
cd blog
```

3. Install the required dependencies.

```bash
npm install
```

4. Start the development server.

```bash
npm run dev
```

The portfolio should now be accessible at `http://localhost:5173` in your web browser.

## Contributing

Contributions to enhance and improve the project are welcome. If you'd like to contribute, please follow standard Git and GitHub contribution workflows.

## License

This project is licensed under the [MIT License](LICENSE).