Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/richardnguyen99/next.richardhnguyen.com
- Owner: richardnguyen99
- License: mit
- Created: 2024-08-25T03:27:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:31:04.000Z (23 days ago)
- Last Synced: 2024-10-24T22:18:15.156Z (23 days ago)
- Language: TypeScript
- Homepage: https://next-richardhnguyen-com.vercel.app
- Size: 32.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.