codebar Stats
This repository is the static Gatsby website for codebar.
"Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces." –Tailwind CSS
"Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps." -Gatsby
yarn start
yarn analyze
- See what ESLint and Prettier can fixyarn fix
- Run Prettier and ESLint with the--fix
optionyarn type-check
- Run TypeScript type-check
Use yarn build
to build your site for production - Gatsby has built in support for TypeScript, so no need to do anything special 👍.
Github Actions will run on each pull request checking if link, prettier, and TypeScript checks pass.
See the action here.
On each push to master
Github Actions will run the checks and deploy the site to Github Pages.
See the action here.