This is the repository for my website, www.richardhnguyen.com.
There is an old version of my site that is built with GatsbyJS.
- Next.JS — Core framework that powers the site
- TailwindCSS — Core CSS utility framwework
- TypeScript — Main language that writes the code
- MdxJS — Main language that writes blog and articles
- Vercel — Hosting service for Next.JS applications
The goal of publishing this repository of my site is to help others set up their own blogs with the same tech stack. Although this project is not designed and written to be a reusable template, you are free to take it and make it your own. But be nice to spend some time distinguishing your app from this project.
This project is designed to run in local developing environment without any private, proprietary or exclusive content that requires authorization. But if you want to run in your local machine, there are some prerequesites:
git clone https://github.com/richardnguyen99/www.richardhnguyen.com
npm install
npm run dev
npm run build
npm run start
If you find any bug, any typo error or stuff like that, don't hesitate to open a pull request to make a change. I will be looking into and fixing them as I see fit.
See LICENSE for more information.