Source code for our group's upcoming public Web site. Development primarily happens in the /src
folder. We use Netlify to deploy and host the site.
This project was bootstrapped with the Gatsby starter gatsby-starter-tailwind.
"Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps." -Gatsby
"Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces." –Tailwind CSS
From the command line, you can run:
npm install
- Installs dependencies for this project.npm run develop
- Runs the site in development mode, allows for live editing.npm run build
- Builds the site for deployment inpublic
folder, which we ignore with git.npm run analyze
- See what ESLint and Prettier can fix.npm run fix
- Run Prettier and ESLint with the--fix
option.npm run test
- TODO: https://gatsby.dev/unit-testing\
If you are using VS Code, we have recommended extensions listed in the free-code-camp-nashville.code-workspace
file. VS Code will automatically detect that list and prompt you to install.
When contributing to this repository, please notify us first before assigning yourself to the ticket. We can be contacted via Discord or GitHub. See the task board for a list of features and bugs we're working on.
See the CONTRIBUTING.md file for more details.
Please refer to the author details in /package.json.