Add initial website

This commit is contained in:
yehor
2025-05-16 16:08:50 +03:00
parent 5770fdeaf9
commit d10a177923
46 changed files with 27704 additions and 1 deletions

21
.gitignore vendored
View File

@ -1 +1,20 @@
.DS_STORE
# 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*