Skip to content

chris-tse/christse.io

Repository files navigation

christse.io

Netlify Status

Chris Tse logo

This is a portfolio site made with React and Gatsby and styled with TailwindCSS. This site is based off the Gatsby Tailwind Starter.

Get started

Clone this repository and start the dev server:

git clone https://github.com/chris-tse/christse.io
npm run develop

Format and lint

  • npm run analyze - See what ESLint and Prettier can fix
  • npm run fix - Run Prettier and ESLint with the --fix option

Build production site

Use npm run build to build the site for production.