Skip to content

leigh-hackspace/FloraScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plant Insights at Your Fingertips

Instalation

Make sure you have ruby 3.1.0 installed

(if you are using rbenv the install command is rbenv install 3.1.0)

Run Bundle install

Middleman should now be ready to launch

Running Middleman

to launch the middleserver run the following command:

bundle exec middleman server

Building middleman

to build the middleman package use the following command:

bundle exec middleman build