Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 836 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 836 Bytes

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.