feat: add landing page

This commit is contained in:
2024-01-22 14:40:39 +07:00
parent 445a218a9e
commit f4ee25de8e
12 changed files with 2886 additions and 138 deletions

21
apps/web/.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# 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