]> PHS Git Server - phs-home.git/commit
Initial commit.
authorcharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 06:37:05 +0000 (01:37 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 06:37:05 +0000 (01:37 -0500)
commit493ab0506a6b56995106b043633d62641fa89556
treeeb396341abfb1f6fb26e886ddd73f480a93e8fd7
Initial commit.
35 files changed:
.gitignore [new file with mode: 0644]
.idea/material_theme_project_new.xml [new file with mode: 0644]
.idea/workspace.xml [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
aliases.js [new file with mode: 0644]
config-overrides.js [new file with mode: 0644]
jsconfig.json [new file with mode: 0644]
package.json [new file with mode: 0644]
postcss.config.js [new file with mode: 0644]
pre-build.sh [new file with mode: 0755]
run-admin.sh [new file with mode: 0755]
src/@fuse/tailwind/plugins/icon-size.js [new file with mode: 0644]
src/@lodash/@lodash.js [new file with mode: 0644]
src/@lodash/index.js [new file with mode: 0644]
src/App.js [new file with mode: 0644]
src/App.test.js [new file with mode: 0644]
src/app/routes.js [new file with mode: 0644]
src/app/utils.js [new file with mode: 0644]
src/app/views/404/Error404Page.js [new file with mode: 0644]
src/app/views/Dashboard/Dashboard.jsx [new file with mode: 0644]
src/app/views/Git.jsx [new file with mode: 0644]
src/app/views/Login.jsx [new file with mode: 0644]
src/globals.js [new file with mode: 0644]
src/index.css [new file with mode: 0644]
src/index.js [new file with mode: 0644]
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: 0644]
src/styles/app-components.css [new file with mode: 0644]
src/styles/app-utilities.css [new file with mode: 0644]
src/styles/print.css [new file with mode: 0644]
src/styles/prism.css [new file with mode: 0644]
src/styles/tables.css [new file with mode: 0644]
tailwind.config.js [new file with mode: 0644]