Skip to content

nashvillefcc/nashvillefccwebsite

Repository files navigation

freeCodeCamp Nashville Site

Netlify Status MIT License

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.

Built With

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

Getting Started

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 in public 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.

Contributing

Open Issues Open Pull Requests

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.

Contact

Please refer to the author details in /package.json.