Skip to content

Mateusz-Laczny/bpmn-ai-ui

Repository files navigation

This is the frontend part of the application. The backend part can be found here.

Running locally with Docker

To run the application locally with Docker, Docker must be installed on your system.

To build the image, run:

docker build -t bpmn-ai-frontend .

in the root directory of the repository. To run the container, run:

docker run -p 3000:3000 bpmn-ai-frontend

The application will be available at localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages