Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richardnguyen99/next.richardhnguyen.com

Next page for richardhnguyen.com
https://github.com/richardnguyen99/next.richardhnguyen.com

Last synced: about 16 hours ago
JSON representation

Next page for richardhnguyen.com

Awesome Lists containing this project

README

        

# richardhnguyen.com main page

This is the repository for my website, [next.richardhnguyen.com](https://next.richardhnguyen.com).

## Tech stack

- [Next.JS](https://nextjs.org/) — Core framework that powers the site
- [TailwindCSS](https://tailwindcss.com/) — Core CSS utility framwework
- [TypeScript](https://www.typescriptlang.org/) — Main language that writes the code
- [MdxJS](https://mdxjs.com/) — Main language that writes blog and articles
- [Vercel](https://vercel.com/) — 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:

- [NodeJS](https://nodejs.org/en)
- [NPM](https://www.npmjs.com/)
- [Git](https://git-scm.com/)

### Clone this repository

```bash
git clone https://github.com/richardnguyen99/next.richardhnguyen.com
```

### Install NPM dependencies

```bash
npm install
```

### Run in development

```bash
npm run dev
```

### Run in production

```bash
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](https://github.com/richardnguyen99/next.richardhnguyen.com/blob/master/LICENSE)
for more information.