Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 347 Bytes

File metadata and controls

14 lines (8 loc) · 347 Bytes

/dev/mtl website

Pre-requisites:

  • Install node.js
  • Enable yarn with corepack enable

You should be able to run yarn --version and see the version that matches the one in package.json.

Run the website locally

First, make sure to install the dependencies: yarn install

Then, run the website: yarn dev