Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)