This is a portfolio site made with React and Gatsby and styled with TailwindCSS. This site is based off the Gatsby Tailwind Starter.
Clone this repository and start the dev server:
git clone https://github.com/chris-tse/christse.io
npm run develop
npm run analyze
- See what ESLint and Prettier can fixnpm run fix
- Run Prettier and ESLint with the--fix
option
Use npm run build
to build the site for production.