Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremy-code/jeremy.ng
Personal website for Jeremy Nguyen
https://github.com/jeremy-code/jeremy.ng
personal personal-portfolio personal-site personal-website portfolio portfolio-site
Last synced: 5 days ago
JSON representation
Personal website for Jeremy Nguyen
- Host: GitHub
- URL: https://github.com/jeremy-code/jeremy.ng
- Owner: jeremy-code
- License: mit
- Created: 2023-06-17T20:14:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T03:58:46.000Z (7 months ago)
- Last Synced: 2024-04-10T05:04:42.455Z (7 months ago)
- Topics: personal, personal-portfolio, personal-site, personal-website, portfolio, portfolio-site
- Language: TypeScript
- Homepage: https://jeremy.ng
- Size: 2.27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jeremy.ng
![GitHub Actions badge](https://github.com/jeremy-code/jeremy.ng/actions/workflows/ci.yml/badge.svg)
This is my personal website. It was built using Next.js, React, and TypeScript.
## Installation
```bash
git clone https://github.com/jeremy-code/jeremy.ng
cd jeremy.ng
yarn
```## Usage
```bash
# Run the development server locally
yarn dev# Lint and format code
yarn lint
yarn format# Build
yarn build
```## License
[MIT](https://choosealicense.com/licenses/mit)