feat: initial commit

This commit is contained in:
Iain Learmonth 2025-05-21 11:43:04 +01:00
commit fa972fd074
27 changed files with 19326 additions and 0 deletions

8
tsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
},
"exclude": [".docusaurus", "build"]
}