Skip to content

Commit

Permalink
Uploading indexsc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaaiden committed Feb 12, 2023
1 parent a40c5d5 commit fcdb9b3
Show file tree
Hide file tree
Showing 42 changed files with 3,457 additions and 22,286 deletions.
12 changes: 12 additions & 0 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
index.html,1676176008105,8d1f2e23372519838c7a1ca9af792ea3f073206761714326501166ffa0779eae
favicon.ico,1676175987278,b72f7455f00e4e58792d2bca892abb068e2213838c0316d6b7a0d6d16acd1955
logo192.png,1676175987279,caff018b7f1e8fd481eb1c50d75b0ef236bcd5078b1d15c8bb348453fee30293
robots.txt,1676175987281,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
manifest.json,1676175987281,341d52628782f8ac9290bbfc43298afccb47b7cbfcee146ae30cf0f46bc30900
asset-manifest.json,1676176008105,1ed362937033ad5c69e8bcff058f45d247876bfae9d0fd25e6885cddeee7079f
logo512.png,1676175987280,191fc21360b4ccfb1cda11a1efb97f489ed22672ca83f4064316802bbfdd750e
static/js/main.8abcbe5d.js.LICENSE.txt,1676176008137,2fc11edcde8996406e253df923ea41838b6d77e4c877f8626e3b0b6eeed97bf4
static/js/main.8abcbe5d.js,1676176008138,fc86fa9e5cb11fd1ccb0a2d2fe907ed76a065269afe620b8a6f605a220b0f6b2
static/css/main.a732c171.css,1676176008136,e6f8928c479b2c9805d9e534424c67f4f07400c9ded36ba09235f6bef27a4fa2
static/css/main.a732c171.css.map,1676176008136,cc3c68589c99df54f821b90f2bdc6c542c451219ffaafd5c5f021688c1a5a078
static/js/main.8abcbe5d.js.map,1676176008138,e29d31f165b8c1c6d5cd87da74ad1e6b9a5261a0ae04504f13cee34f53e0bb0a
2 changes: 2 additions & 0 deletions .firebase/hosting.ZnJvbnRlbmQvYnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
404.html,1672522831217,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3
index.html,1672522831217,1392f82d93c910f55bb9912110418313a1d8cb298446c65511cc70b8c7781e0b
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@
# production
/build


# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
/src_copy
/frontend


npm-debug.log*
yarn-debug.log*
Expand Down
21 changes: 21 additions & 0 deletions eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module.exports = {
env: {
browser: true,
es2021: true,
node: true
},
extends: ['eslint:recommended', 'plugin:react/recommended', 'plugin:prettier/recommended'],
overrides: [],
parserOptions: {
ecmaFeatures: {
jsx: true
},
ecmaVersion: 12,
sourceType: 'module'
},

plugins: ['react'],
rules: {
'prettier/prettier': 'warn'
}
};
6 changes: 0 additions & 6 deletions extensions/moralis-auth.env

This file was deleted.

5 changes: 1 addition & 4 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"hosting": {
"public": "frontend/build",
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
},
"extensions": {
"moralis-auth": "moralis/[email protected]"
}
}
33 changes: 0 additions & 33 deletions frontend/build/404.html

This file was deleted.

89 changes: 0 additions & 89 deletions frontend/build/index.html

This file was deleted.

Loading

0 comments on commit fcdb9b3

Please sign in to comment.