- perl + cpanm
- node.js
- Clone repo
cpanm -n --installdeps .
to install Perl dependencies- In the
client
folder, runnpm install
to install Node dependencies - In the
client
folder, runnpm run build
to build production application, ornpm run dev
to run the development server cp startpage.conf.template startpage.conf
- Modify
startpage.conf
to fit your needs - In the root folder, run
morbo script/startpage
to run the server