Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)