https://github.com/jeremy-code/personal-web
Personal Portfolio Site - Gatsby, React, TypeScript
https://github.com/jeremy-code/personal-web
gatsby personal-website portfolio react typescript
Last synced: about 2 months ago
JSON representation
Personal Portfolio Site - Gatsby, React, TypeScript
- Host: GitHub
- URL: https://github.com/jeremy-code/personal-web
- Owner: jeremy-code
- Created: 2022-04-16T06:01:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T12:38:55.000Z (over 3 years ago)
- Last Synced: 2025-03-02T09:46:14.733Z (over 1 year ago)
- Topics: gatsby, personal-website, portfolio, react, typescript
- Language: TypeScript
- Homepage: https://jeremynguyen.dev
- Size: 4.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jeremy Nguyen's Personal Site

Jeremy Nguyen's Personal Site is a [React](https://reactjs.org/) web application that uses static site generation with [Gatsby](https://www.gatsbyjs.com) and [GraphQL](https://graphql.org). It is deployed and hosted at [Cloudflare Pages](https://pages.cloudflare.com) with additional functionality provided with serverless [Cloudflare Workers](https://workers.cloudflare.com/) functions.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
## Installation
```shell
## install with npm
npm install
## install with yarn
yarn
```
## Usage
Run the development server on [localhost:8000](http://localhost:8000) by running:
```shell
npm run start
# or
yarn start
```
Build the project by running:
```
npm run build
# or
yarn build
```
## License
[MIT](https://choosealicense.com/licenses/mit/)