Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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