Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opakholis/website
🏄 my portfolio
https://github.com/opakholis/website
mdx nextjs react tailwind tailwindcss vercel
Last synced: 14 days ago
JSON representation
🏄 my portfolio
- Host: GitHub
- URL: https://github.com/opakholis/website
- Owner: opakholis
- License: mit
- Created: 2022-05-29T05:15:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T02:30:33.000Z (over 1 year ago)
- Last Synced: 2024-10-04T20:42:11.418Z (about 1 month ago)
- Topics: mdx, nextjs, react, tailwind, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://opakholis.space
- Size: 923 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏠 Personal blogs and portfolio
> My Personal blogs and portfolio written with React (Next JS), Tailwindcss, and Vercel : https://opakholis.space
[![Deploy to Vercel](https://vercel.com/button)](https://opakholis.space)
## Running Locally
```bash
$ git clone https://github.com/opakholis/website.git
$ cd website
$ yarn
$ yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
## Technologies
- [Next.js](https://nextjs.org/)
- [Tailwindcss](https://tailwindcss.com/)
- [MDX](https://mdxjs.com/)
- [Vercel](https://vercel.com)