Arquisoft / lomap_en2b

LoMap Software architecture group en2b course 2022_23
https://arquisoft.github.io/lomap_en2b
1 stars 1 forks source link

Help with deploying locally the documentation #37

Closed andrrsin closed 1 year ago

andrrsin commented 1 year ago

I believe the problem in the part 3 has been solved, however we cannot know unless we upload to master, there is a way to deploy the documentation at local level, next class I am going to ask how to do it precisely. This issue is closely related to #31 however this one hopefully will be closed on tuesday

jjgancfer commented 1 year ago

I built it last time locally and then pull-requested for the delivery. To do it, you have to install Ruby and its asciidoctor and asciidoctor-diagrams dependencies, which are installed by running the following command:

gem install asciidoctor asciidoctor-diagram

Then you go to /docs and run the following:

npm install (only the first time) npm run build