Closed lowecg closed 3 years ago
Makefile is no longer used.
There are two reasons for that:
Makefile has been replaced via bb tasks
for which you need babashka
to be installed.
On new project just run first:
bb stack:sync
and if any steps are failing then bb stack:doctor
becomes handy.
Full list of tasks with documentation is available when running bb tasks
.
I am aware that documentation is rather bad and I'm working to improve it.
PS: You can visit #holy-lambda channel so I can quide you through a process of deployment. It will be useful for me to know what exact issues users find in the process ;)
Thank you, that makes sense.
I've installed babashka and I've joined the Clojurian channel. It would be good to contribute if I can.
I may be using this feature prematurely, but the lein template does not appear to include a
Makefile
:PS This looks like being a really useful project, thank you for making it available. PPS Any chance of publishing the work so far for the "getting started" guide?