conclave icon indicating copy to clipboard operation
conclave copied to clipboard

An elegant and perfect meetup application

CONCLAVE

A full-stack Scala meetup application powered by ZIO and Laminar.

Created with zio-app.

Run with zio-app

  1. zio-app dev
  2. open http://localhost:3000

Run Manually

  1. sbt ~frontend/fastLinkJS in another tab.
  2. sbt ~backend/reStart in another tab.
  3. yarn install
  4. yarn exec vite
  5. open http://localhost:3000