Skip to content

jchen42703/jchen42703.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website

v2_demo.mp4

My personal website created in React and deployed with Vercel to https://chenjoseph.com/.

Old deployment information can be seen in docs.

Getting Started [v2]

Start a development server at localhost:3000 with:

cd v2
yarn install
yarn start

For production:

cd v2
yarn install
yarn build
  • yarn install --production will not work because yarn build relies on Typescript typings that are only available through the dev dependencies.