Skip to content

richardnguyen99/www.richardhnguyen.com

Repository files navigation

richardhnguyen.com main page

This is the repository for my website, www.richardhnguyen.com.

There is an old version of my site that is built with GatsbyJS.

Tech stack

  • 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

Purpose

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.

Run in local

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:

Clone this repository

git clone https://github.com/richardnguyen99/www.richardhnguyen.com

Install NPM dependencies

npm install

Run in development

npm run dev

Run in production

npm run build
npm run start

Contribute

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.

License

See LICENSE for more information.

Releases

No releases published

Packages

No packages published