Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chanonroy/portfolio
- Owner: chanonroy
- Created: 2016-03-07T05:00:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T21:32:18.000Z (3 months ago)
- Last Synced: 2024-12-06T21:04:10.504Z (about 1 month ago)
- Topics: css-grid, eslint, gatsby, styled-components, typescript
- Language: TypeScript
- Homepage: http://chanonroy.com
- Size: 4.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.