diff options
author | HampusM <hampus@hampusmat.com> | 2021-08-04 16:18:44 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-08-04 16:18:44 +0200 |
commit | 9f7c9103ae6ca7c3127b44a966300a8ea62b3454 (patch) | |
tree | 895768db7b82ba41937d47d362216817840842a4 /documentation/hacking.md | |
parent | eaf6ac44e7d38ff6cc71ca72bdaceed59b86c550 (diff) |
Renamed the documentation folder to docs_src
Diffstat (limited to 'documentation/hacking.md')
-rw-r--r-- | documentation/hacking.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/documentation/hacking.md b/documentation/hacking.md deleted file mode 100644 index 81a806c..0000000 --- a/documentation/hacking.md +++ /dev/null @@ -1,20 +0,0 @@ -## The project structure -Githermit is what's called a monorepo and is thereof comprised of multiple packages. All of which resides in the 'packages' directory. - -### Server -This package contains the backend. The brains of the operations.<br> -You can find extensive information about the internals of the backend [here](/docs/modules.html) - -### Client -This package contains the frontend. Written is Vue.js, this is the soul of the project. - -### API -This package contains interfaces and types shared by the server and client packages. - -### Eslint-config-base -This package contains a base Eslint configuration for the server and client packages. Aswell as for the test environment. - -## Development utilities -You can use the following command to run a live-updating instance of Githermit. - -`$ yarn dev` |