Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

How to build

Build the server

  • stack setup
  • stack build

Generate the purescript code for the servant API

  • stack exec PSGenerator

Build the frontend

  • cd frontend
  • Install npm
  • Install bower and pulp via npm
  • Run npm install
  • Run npm run build

Run the server