Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 867 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 867 Bytes

TardiBox

Getting Started

  • Initial steps
    • Install Node.js and Yarn.
    • 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