Closed dmastag closed 4 years ago
As you can see I tried to put markdeck in my home folder, so I tried from scratch and instead put markdeck in the project folder (also into the git repo).
I am still getting the complaint regarding having no a2s-custom-types
folder. But this time after I added the folder, I could successfully access the presentation at http://localhost:8080
Still would like to know if it is normal to have to add that folder manually?
Hi! you are right: adding that folder manually is not meant to be the normal way of starting markdeck, but a workaround:
stopping markdeck, adding that folder, starting markdeck again...
Do you have the markdeck
executable in the same folder as your presentation? If not, please copy it there and run ./markdeck
in the same folder as your slides.md
(and that dreaded a2s-custom-types
folder).
Hi @arnehilmann , Yes, I put it into the same folder as my presentation.
It works that way
should be fixed with v0.53.1
After scaffolding my first project I am getting the following
So I tried to create the folder
a2s-custom-types
And when I run
~/markdeck
to compile again I am getting the following in http://localhost:8080Any help would be appreciated