Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T08:12:02.000Z (about 1 month ago)
- Last Synced: 2024-10-29T20:02:30.571Z (11 days 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: 6
- 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