-
Notifications
You must be signed in to change notification settings - Fork 8
Local backend development
danslapman edited this page Dec 11, 2022
·
8 revisions
Here's a small guide about how to build & run mockingbird locally.
To run mockingbird in any variant on your personal machine, you'll need a running mongodb instance.
Follow the following steps:
- Install JDK 17. JDK vendor doesn't matter, you can use your preferred distribution. Note that if you choose to run on GraalVM or Liberica NIK, you'll need to install
js
module viagu
to get scripting feature work properly. - Download frontend artifacts from one of the latest workflow runs
- Create
/dist/out
directory infrontend
directory and unpack artifact archive into it - run
sbt "project mockingbird-api; compile"