This is the GitHub repository for my personal site, Shimiiy.dev. You can access it by clicking this link Shimiiy.dev
- Frontend
- Next.js (with TypeScript)
- Tailwind CSS
- "hamburger-react" for Hamburger Menu
- EmailJS for mail service
- Deployment
- Vercel (Web Server)
- Gandi (Domain)
This site doesn't have a backend, but I'm planning to use
- MongoDB (Database to keep images/blog data)
- Express + Node.js (backend handling)
in the future.
Follow this account on GitHub, or @Shimiiy0113 on Twitter to keep track of latest updates!
First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.