Compare commits

...

2 commits

Author SHA1 Message Date
173f885757
Create README.md 2022-05-16 16:13:59 -05:00
ca9648dc41 Added htaccess and reconfigured .gitignore 2022-04-08 21:59:29 -05:00
4 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View file

@ -163,6 +163,7 @@ dist
.DS_*
**/*.backup.*
**/*.back.*
build
node_modules

8
README.md Normal file
View file

@ -0,0 +1,8 @@
## Defining .env file
---
### React client environment variables
- REACT_APP_API_KEY: Hypixel API key for source account
- BUILD_PATH: Path for client build folder

1
client/public/.htaccess Normal file
View file

@ -0,0 +1 @@
FallbackResource ./index.html

View file

@ -7,7 +7,7 @@
"start": "npm start -ws",
"build": "npm run build -ws",
"prepackage": "npm ci && npm run build",
"package": "tar -czf ./build.tar.gz ./build"
"package": "tar -czf ./build.tar.gz -C build ."
},
"author": "C4 Patino",
"license": "ISC",