Explorar o código

Describe repository structure

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
86f733dbdd
Modificáronse 1 ficheiros con 22 adicións e 1 borrados
  1. 22 1
      README.md

+ 22 - 1
README.md

@@ -1,3 +1,24 @@
 # WebLand
 
-Landing pages for Jovian web platform.
+Landing pages for Jovian web platform.
+
+The platform is reachable on [jovian-hersemeule.eu](https://jovian-hersemeule.eu).
+
+## Structure of repository
+
+### ci
+
+Contains scripts related to continuous integration.
+
+If you want to use _git hook_ from this repository, you can configure _git_ to do so :
+
+```sh
+cd ci/githooks
+git config --local core.hooksPath (pwd)
+```
+
+Be sure to set the required environment variables to make these scripts work.
+
+### web
+
+The web content to be deployed.