Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 385 Bytes

File metadata and controls

21 lines (17 loc) · 385 Bytes

Blazarbit frontend

A web component for Blazarbit project

Installation

  • Use the docker container service with docker-compose to install blazarbit-web.
docker-compose up

Dev

Use yarn to install dependencies:

yarn install

To start application:

yarn run dev

After that, the application will be available: http://localhost:3000