Skip to content

sendanor/fi.hg.dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Join our Discord to discuss about our software!

@heusalagroup/fi.hg.dashboard

Common module for @heusalagroup/hg-dashboard.

Install commands for frontend only project

These commands are meant if your frontend project is directly in the git directory and source code is in ./src.

mkdir -p src/fi/hg
git submodule add git@github.com:heusalagroup/fi.hg.dashboard.git src/fi/hg/dashboard
git config -f .gitmodules submodule.src/fi/hg/dashboard.branch main
git submodule add git@github.com:heusalagroup/fi.hg.frontend.git src/fi/hg/frontend
git config -f .gitmodules submodule.src/fi/hg/frontend.branch main
git submodule add git@github.com:heusalagroup/fi.hg.core.git src/fi/hg/core
git config -f .gitmodules submodule.src/fi/hg/core.branch main

Install commands for full stack project

These commands are meant if you have full stack project in the same git repository and source codes are in ./backend/src, ./frontend/src and ./testing/src.

mkdir -p {backend,frontend,testing}/src/fi/hg

fi.hg.dashboard to backend project

git submodule add git@github.com:heusalagroup/fi.hg.dashboard.git backend/src/fi/hg/dashboard
git config -f .gitmodules submodule.backend/src/fi/hg/dashboard.branch main

fi.hg.dashboard to frontend project

git submodule add git@github.com:heusalagroup/fi.hg.dashboard.git frontend/src/fi/hg/dashboard
git config -f .gitmodules submodule.frontend/src/fi/hg/dashboard.branch main

fi.hg.dashboard to testing project

git submodule add git@github.com:heusalagroup/fi.hg.dashboard.git testing/src/fi/hg/dashboard
git config -f .gitmodules submodule.testing/src/fi/hg/dashboard.branch main

fi.hg.frontend to frontend project

git submodule add git@github.com:heusalagroup/fi.hg.frontend.git frontend/src/fi/hg/frontend
git config -f .gitmodules submodule.frontend/src/fi/hg/frontend.branch main

fi.hg.frontend to testing project

git submodule add git@github.com:heusalagroup/fi.hg.frontend.git testing/src/fi/hg/frontend
git config -f .gitmodules submodule.testing/src/fi/hg/frontend.branch main

fi.hg.core to backend project

git submodule add git@github.com:heusalagroup/fi.hg.core.git backend/src/fi/hg/core
git config -f .gitmodules submodule.backend/src/fi/hg/core.branch main

fi.hg.core to frontend project

git submodule add git@github.com:heusalagroup/fi.hg.core.git frontend/src/fi/hg/core
git config -f .gitmodules submodule.frontend/src/fi/hg/core.branch main

fi.hg.core to testing project

git submodule add git@github.com:heusalagroup/fi.hg.core.git testing/src/fi/hg/core
git config -f .gitmodules submodule.testing/src/fi/hg/core.branch main

About

Shared dashboard source code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%