Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 863 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 863 Bytes

CI Docker Repository on Quay License

Project Chat

Searchpe UI

UI application for the searchpe project.

Development

To start in development mode follow the next steps:

Start dependencies

Execute:

docker-compose up

Start the UI

You can start the UI executing:

yarn start

You should be able to open http://localhost:3000 and start working on the UI.