The Fairfield Programming Association Learning website provides a free and open-source way to learn how to code through simple courses and guides.
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.
-
Download the project from Github.
-
Have Node, NPM, and Gatsby installed.
-
Run the below command to install the packages.
npm install
- 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.