Skip to content

Installation & Setup

Splines edited this page Dec 6, 2023 · 27 revisions

Installing MaMpf

  • See the installation guide here. (Maybe outsource to the wiki?)
  • See the testing guide here. (This one has not been checked for some time and might be outdated).

Setting up your workspace

You should have a working Ruby environment (recommended: rbenv, also install Bundler) & a Node.js environment (make sure you have yarn installed). Also install Docker Desktop as well as VSCode as editor (recommended).

  • Clone the MaMpf Git repo locally.
  • Install the recommended extensions in VSCode. Some settings are already pre-populated for you to ease onboarding and working with VSCode.
  • Install Just command line runner (TODO: add instructions)
  • Install yarn packages: yarn install
  • Install Ruby gems. bundle install
Clone this wiki locally