]> PHS Git Server - phs-admin.git/commit
Initial commit
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 19:45:22 +0000 (14:45 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 19:45:22 +0000 (14:45 -0500)
commitc34ff31299116285897e66055bd7a5fd37e0c06b
tree2b03d3953ff743c8e5d33781165ae2a934817c29
Initial commit
46 files changed:
.gitignore [new file with mode: 0644]
.idea/.gitignore [new file with mode: 0644]
.idea/inspectionProfiles/Project_Default.xml [new file with mode: 0644]
.idea/material_theme_project_new.xml [new file with mode: 0644]
.idea/modules.xml [new file with mode: 0644]
.idea/phs-admin.iml [new file with mode: 0644]
Dockerfile [new file with mode: 0755]
README.md [new file with mode: 0644]
aliases.js [new file with mode: 0755]
config-overrides.js [new file with mode: 0755]
jsconfig.json [new file with mode: 0755]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
postcss.config.js [new file with mode: 0755]
pre-build.sh [new file with mode: 0755]
public/favicon.ico [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/logo192.png [new file with mode: 0644]
public/logo512.png [new file with mode: 0644]
public/manifest.json [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
run-admin.sh [new file with mode: 0755]
src/@fuse/tailwind/plugins/icon-size.js [new file with mode: 0755]
src/@lodash/@lodash.js [new file with mode: 0755]
src/@lodash/index.js [new file with mode: 0755]
src/App.js [new file with mode: 0755]
src/App.test.js [new file with mode: 0644]
src/app/routes.js [new file with mode: 0755]
src/app/utils.js [new file with mode: 0755]
src/app/views/404/Error404Page.js [new file with mode: 0755]
src/app/views/Dashboard/Dashboard.jsx [new file with mode: 0755]
src/app/views/Git.jsx [new file with mode: 0755]
src/app/views/Login.jsx [new file with mode: 0755]
src/globals.js [new file with mode: 0755]
src/index.css [new file with mode: 0755]
src/index.js [new file with mode: 0755]
src/logo.svg [new file with mode: 0644]
src/reportWebVitals.js [new file with mode: 0644]
src/setupTests.js [new file with mode: 0644]
src/styles/App.css [new file with mode: 0755]
src/styles/app-components.css [new file with mode: 0755]
src/styles/app-utilities.css [new file with mode: 0755]
src/styles/print.css [new file with mode: 0755]
src/styles/prism.css [new file with mode: 0755]
src/styles/tables.css [new file with mode: 0755]
tailwind.config.js [new file with mode: 0755]