mrdoc.dev (a copy of 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.
- 🚀 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.
- 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.
- Node.js and npm installed.
- Git installed.
-
Clone the repository:
git clone https://github.com/Doc94/mrdoc.dev.git
-
Install dependencies:
cd mrdoc.dev yarn install -
Run the development server:
yarn dev
-
Build for production:
yarn build
-
Deploy:
yarn deploy
This project is licensed under the MIT License - see the LICENSE file for details.
