Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
legacy personal website (with next.js page router)
- Host: GitHub
- URL: https://github.com/laluardian/web
- Owner: laluardian
- License: mit
- Created: 2022-05-22T03:40:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T13:03:05.000Z (about 2 years ago)
- Last Synced: 2024-08-02T05:23:50.604Z (6 months ago)
- Topics: mdx, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://laluardian-legacy-personal-website.vercel.app
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - web - A repository for my personal website — built with the blazing fast Next.js ⚡ (TypeScript)
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...