https://github.com/gmunumel/personal-blog
My personal blog
https://github.com/gmunumel/personal-blog
mdx nextjs pyodide react
Last synced: about 2 months ago
JSON representation
My personal blog
- Host: GitHub
- URL: https://github.com/gmunumel/personal-blog
- Owner: gmunumel
- Created: 2025-05-24T15:20:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T10:52:04.000Z (about 1 year ago)
- Last Synced: 2025-06-17T11:47:10.242Z (about 1 year ago)
- Topics: mdx, nextjs, pyodide, react
- Language: MDX
- Homepage: https://www.stackedge.dev/
- Size: 15 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# personal-blog
This is a project to publish my ideas, knowledge and share information about software developer and architecture with the techonologies I am interested with.
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
## Technologies Used
- [React](https://react.dev/)
- [Next.JS](https://nextjs.org/)
- [MDX](https://mdxjs.com/)
- [Pyodide](https://pyodide.org/en/stable/)