https://github.com/oedotme/website
  
  
    Personal website and blog built with Astro, MDX, Tailwind CSS and hosted on Vercel. 
    https://github.com/oedotme/website
  
astro blog eslint husky mdx node pnpm prettier prism solidjs tailwindcss typescript vercel vite
        Last synced: 7 months ago 
        JSON representation
    
Personal website and blog built with Astro, MDX, Tailwind CSS and hosted on Vercel.
- Host: GitHub
 - URL: https://github.com/oedotme/website
 - Owner: oedotme
 - License: mit
 - Created: 2018-10-20T20:08:27.000Z (about 7 years ago)
 - Default Branch: main
 - Last Pushed: 2024-09-29T08:12:02.000Z (about 1 year ago)
 - Last Synced: 2025-03-28T02:21:53.794Z (7 months ago)
 - Topics: astro, blog, eslint, husky, mdx, node, pnpm, prettier, prism, solidjs, tailwindcss, typescript, vercel, vite
 - Language: MDX
 - Homepage: https://omarelhawary.me
 - Size: 11.6 MB
 - Stars: 38
 - Watchers: 1
 - Forks: 5
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: readme.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- jimsghstars - oedotme/website - Personal website and blog built with Astro, MDX, Tailwind CSS and hosted on Vercel. (MDX)
 
README
          # Personal website and blog
My new [personal website and blog](https://omarelhawary.me) built with Astro, MDX, Tailwind CSS and hosted on Vercel.
## Technologies and tools
- [Astro](https://astro.build)
- [MDX](https://mdxjs.com)
- [TypeScript](https://www.typescriptlang.org)
- [Tailwind CSS](https://tailwindcss.com)
- [Prism](https://prismjs.com)
- [Vite](https://vitejs.dev)
- [ESLint](https://eslint.org)
- [Node.js](https://nodejs.org)
- [PNPM](https://pnpm.io)
- [Prettier](https://prettier.io)
- [Husky](https://typicode.github.io/husky)
- [Vercel](http://vercel.com)
## Commands
```shell
# install dependencies
pnpm install
# start development server · http://localhost:3000
pnpm dev
# static client build for production
pnpm build
# preview production build · http://localhost:5000
pnpm preview
```
## License
MIT