Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 887 Bytes

README.md

File metadata and controls

53 lines (31 loc) · 887 Bytes

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.
git clone https://github.com/mxsaad/blog.git
  1. Navigate to the project directory.
cd blog
  1. Install the required dependencies.
npm install
  1. Start the development server.
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.