Upload the first revision of the central site.

This commit is contained in:
Logic Kenzie 2023-09-24 12:21:33 -05:00
commit d33f4e8c64
18 changed files with 249 additions and 0 deletions

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# ide files
.idea/
.vscode/