diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 0000000..33e46ce --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "opher-4f2a6" + } +} diff --git a/.gitignore b/.gitignore index fa25458..bc47297 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,34 @@ node_modules .firebase lib .env -agritech-project-cf36d-firebase-adminsdk-tushv-f181b44096.json \ No newline at end of file +lib/* +lib/ +agritech-project-cf36d-firebase-adminsdk-tushv-f181b44096.json +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* +*.log +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + + +pnpm i -D tailwindcss postcss autoprefixer +pnpx tailwindcss init -p \ No newline at end of file diff --git a/Applications/client/.env.example b/Applications/client/.env.example index dd7dcbc..b5c0a3d 100644 --- a/Applications/client/.env.example +++ b/Applications/client/.env.example @@ -1,2 +1,11 @@ -PORT=4300 -HOST=0.0.0.0 \ No newline at end of file +PORT=43000 +HOST=0.0.0.0 + +VITE_REACT_FIREBASE_API_KEY= +VITE_REACT_FIREBASE_AUTH_DOMAIN= +VITE_REACT_FIREBASE_DATABASE_URL= +VITE_REACT_FIREBASE_PROJECT_ID= +VITE_REACT_FIREBASE_STORAGE_BUCKET= +VITE_REACT_FIREBASE_MESSEGING_SENDER_ID= +VITE_REACT_FIREBASE_APP_ID= +VITE_REACT_GRAPHQL_URL= \ No newline at end of file diff --git a/Applications/client/.gitignore b/Applications/client/.gitignore index a547bf3..d2a4d4c 100644 --- a/Applications/client/.gitignore +++ b/Applications/client/.gitignore @@ -6,7 +6,7 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* - +*.log node_modules dist dist-ssr @@ -22,3 +22,7 @@ dist-ssr *.njsproj *.sln *.sw? + + +pnpm i -D tailwindcss postcss autoprefixer +pnpx tailwindcss init -p \ No newline at end of file diff --git a/Applications/client/index.html b/Applications/client/index.html index e0d1c84..369fce0 100644 --- a/Applications/client/index.html +++ b/Applications/client/index.html @@ -1,13 +1,20 @@ -
- - - -