Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T12:38:55.000Z (over 1 year ago)
- Last Synced: 2023-03-10T23:28:36.798Z (over 1 year ago)
- Topics: gatsby, personal-website, portfolio, react, typescript
- Language: TypeScript
- Homepage: https://jeremynguyen.dev
- Size: 4.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jeremy Nguyen's Personal Site
![GitHub Actions badge](https://github.com/jeremynguyencs/personal-web/actions/workflows/ci.yml/badge.svg)
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/)