Initial Commit, Feature parity to nextjs version

This commit is contained in:
Neshura 2023-08-06 04:16:32 +02:00
parent 506751580a
commit 9401bdf9ed
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
42 changed files with 16511 additions and 88 deletions

13
.eslintignore Normal file
View file

@ -0,0 +1,13 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock