Website dedicated to Inter Club results. There are gaps in the data, only what has been found is populated.
All data is populated into an Sqlite database from which the website is generated from.
The main project in the solution is the Website, but there are some support utilities for parsing results files and populating the database.
Client: Gatsby
Database: Sqlite
Utilities: C#
Install Gatsby
npm install -g gatsby-cli
Go to the project directory
cd src/Website
Install dependencies
npm install
Start Gastby
gatsby develop
TODO