feat: move to astro (#10)

* initial commit

* add shadcn ui

* only main page is left!

* ready to pr?

* change font
This commit is contained in:
2024-05-25 16:09:59 +02:00
committed by GitHub
parent 2f5caaf01a
commit b2e7ffb670
91 changed files with 6333 additions and 7627 deletions

42
.gitignore vendored
View File

@@ -1,38 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# build output
dist/
# generated types
.astro/
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
node_modules/
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# local env files
.env*.local
# vercel
.vercel
# environment variables
.env
.env.production
# typescript
*.tsbuildinfo
next-env.d.ts
# macOS-specific files
.DS_Store
blogPosts.json
# jetbrains setting folder
.idea/