Built out a marketing site, working on blog posts

This commit is contained in:
Max
2023-11-21 19:19:49 +00:00
commit f43c30373e
27 changed files with 17983 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example