A web component for Blazarbit project
- Use the docker container service with docker-compose to install blazarbit-web.
docker-compose up
Use yarn to install dependencies:
yarn install
To start application:
yarn run dev
After that, the application will be available: http://localhost:3000