Build frontend

Install dependencies

cd frontend
npm install

Build frontend

make build-static

Run server

make run