Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chanonroy/portfolio

:sunglasses: Personal website built using React, TypeScript, and Styled-Components
https://github.com/chanonroy/portfolio

css-grid eslint gatsby styled-components typescript

Last synced: 25 days ago
JSON representation

:sunglasses: Personal website built using React, TypeScript, and Styled-Components

Awesome Lists containing this project

README

        


roy



My portfolio website


This is version 2.0 of my portfolio site that is spun up using Create React App

## 📦 Project Setup

1. **Install dependencies**

Use the [yarn](https://classic.yarnpkg.com/en/) package manager to install dependencies

```shell
yarn
```

2. **Start developing.**

Start the development server with the following command:

```shell
yarn develop
```

3. **Linting**

To use proper code formatting, this project is setup with eslint + typescript

```shell
yarn lint --fix
```

## 🚀 Deployment

The code for this project is deployed using Vercel. Deployed from master.