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

https://github.com/doc94/mrdoc.dev

Personal Site based on mrdoc.dev
https://github.com/doc94/mrdoc.dev

Last synced: 3 months ago
JSON representation

Personal Site based on mrdoc.dev

Awesome Lists containing this project

README

          

# mrdoc.dev

![Build Status](https://img.shields.io/github/actions/workflow/status/doc94/mrdoc.dev/ci.yml)
![License](https://img.shields.io/github/license/doc94/mrdoc.dev)
![Version](https://img.shields.io/github/package-json/v/doc94/mrdoc.dev)
![Stars](https://img.shields.io/github/stars/doc94/mrdoc.dev?style=social)

## 🚀 Project Overview

mrdoc.dev (a copy of [cojocarudavid.me](https://github.com/cojocaru-david/cojocarudavid.me)) is a blazing fast personal website built with Astro.js and styled with Tailwind CSS. It showcases my projects, blog posts, and more.

![Website Screenshot](.github/smartmockups_m1jn1m6x.jpg)

## 🌟 Features

- 🚀 **Fast and optimized** - Built for speed and performance.
- 🎨 **Beautiful and customizable UI** - Tailwind CSS for easy customization.
- 🔒 **Secure and reliable** - Follows best security practices.
- 🔄 **Continuous integration and deployment** - Automated workflows with GitHub Actions.

## 🛠️ Technologies Used

- **Astro.js** - Static site generator.
- **Tailwind CSS** - Utility-first CSS framework.
- **TypeScript** - Typed JavaScript at Any Scale.
- **JavaScript** - High-level, often just-in-time compiled, and multi-paradigm.
- **CSS** - Cascading Style Sheets.

## 📚 Documentation

### Prerequisites

- Node.js and npm installed.
- Git installed.

### Setup

1. **Clone the repository:**

```sh
git clone https://github.com/Doc94/mrdoc.dev.git
```

2. **Install dependencies:**

```sh
cd mrdoc.dev
yarn install
```

3. **Run the development server:**

```sh
yarn dev
```

### Usage

- **Build for production:**

```sh
yarn build
```

- **Deploy:**

```sh
yarn deploy
```

## 📄 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.