Step into a streamlined, modern hub where my digital identity comes to life. This dashboard is your gateway to exploring my professional journey, creative projects, and insightful blogs—all in one place. Built with TypeScript, Astro, and MDX, it combines sleek design with powerful functionality to deliver a seamless experience.
- Rich Markdown Support
- Comprehensive Work Experience Section
- Interactive & Dynamic Interface
- Mobile-Friendly & Responsive Design
- To make a local copy of this Project on your machine, enter the following
GIT
Commmand in your Terminal:
git clone https://github.com/Zemerik/Dashboard && cd Dashboard
- To run this project locally, we first need to download a few
npm
dependencies by using the command below:
npm i
- We can locally run this Project on our Network and see the output using the following Command of
NodeJS
:
npm run dev
├── public/
│ ├── fonts/
│ ├── img/
├── package/
│ ├── src/
├── src/
│ ├── assets/
│ ├── components/
│ ├── content/
│ ├── layout/
│ ├── pages/
│ ├── scripts/
│ └── styles/
├── .gitignore
├── astro.config.ts
├── biome.json
├── README.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── SECURITY.md
├── Licence
├── package.json
├── package-lock.json
├── pnpm-lock.yaml
└── tsconfig.tson
Contributions are always welcome and appreciated! Kindly visit the CONTRIBUTING.md file for more information
For any kind of support or inforrmation, you are free to join our Discord Server,
Don't forget to leave a ⭐
Made with 💖 by Hemang Yadav (Zemerik)