Skip to content

fairfield-programming/learn

Repository files navigation

FPA Learning · Tweet

The Fairfield Programming Association Learning website provides a free and open-source way to learn how to code through simple courses and guides.

GitHub contributors GitHub commit activity Website GitHub issues GitHub Org's stars GitHub top language

The new Fairfield Programming Association Learning website is built in Gatsby and uses Tailwind CSS for the styling. This enables us to keep down server costs while also providing an excellent user and developer experience. Most of our pages are DSG (Deferred Static Generation), which means that most of the information on the website can be changed by modifying the information inside of the data folder.

Features

Setup

  1. Download the project from Github.

  2. Have Node, NPM, and Gatsby installed.

  3. Run the below command to install the packages.

npm install
  1. Run the below command to start the website.
gatsby develop

Note: It can take anywhere from a few seconds to a few minutes to start the website, but once the website is live, it does hot reloading.

Contribute