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
- Host: GitHub
- URL: https://github.com/doc94/mrdoc.dev
- Owner: Doc94
- License: mit
- Created: 2025-03-19T14:53:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-19T15:27:26.000Z (over 1 year ago)
- Last Synced: 2025-03-19T16:23:27.839Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# mrdoc.dev




## 🚀 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.

## 🌟 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.