Skip to content

Files

Latest commit

 

History

History

site

deploy to netlify button

Gatsby and Tailwind CSS logos

Get started

Change the directory and start the dev server.

cd site
yarn or npm install
yarn start or npm start

Technologies Used:

What is Tailwind?

"Tailwind is a utility-first CSS framework for rapidly building custom user interfaces." –Tailwind

What is Gatsby?

"Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps." -Gatsby

Build your site

Each time you build, the cache and public folder will be deleted to prevent stale data and files. Alternatively you can build without deleting the cache and public folder.

"build": "gatsby clean && gatsby build",
"build:noclean": "gatsby build",
"serve": "serve -l 9000 public",
"prod": "yarn build && yarn serve",

Format and lint

  • yarn fix or npm run fix - Run Prettier and ESLint with the --fix option

Lighthouse Audit

Lighthouse Audit

Resources

License

MIT