TardiBox Getting Started Initial steps Install and . Download or clone this repository. Open a command prompt in the project folder. Install dependencies: yarn install Start the server: yarn start Open the index.html to access the web application. Development Start the server in development mode: yarn dev