Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laluardian/web

legacy personal website (with next.js page router)
https://github.com/laluardian/web

mdx nextjs react tailwindcss typescript

Last synced: about 2 months ago
JSON representation

legacy personal website (with next.js page router)

Awesome Lists containing this project

README

        

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## TODO

- Blog posts
- SEO stuff
- Custom 404 & 500 page
- Custom error handler
- Tests
- 3rd party integrations (ie: Google Analytics)
- Dark mode
- Etc...