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

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IntelliJ
/.idea