- If you want to add dependencies, install
glide
- Run
make install
(if you are on linux) to build the executable - Install
npm
(comes withnode
) cd layout/js
- Run
npm install
- Run
npm run webpack
- Initialize the database schema (
server update
) - Run the server (
server serve
) - Visit http://localhost:8080 to see it in action
Just run make
TBD