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

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

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/)