Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mxsaad/blog
- Owner: mxsaad
- License: mit
- Created: 2023-11-22T00:08:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-26T20:05:48.000Z (3 months ago)
- Last Synced: 2024-11-09T03:53:06.558Z (about 2 months ago)
- Topics: blog, firebase, svelte, tailwindcss, typescript
- Language: Svelte
- Homepage: https://mxsaad.com
- Size: 4.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).