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

Latest commit

 

History

History
21 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 397 Bytes

beabee frontend

This is the new beabee frontend, it will slowly replace the old user interface and beabee/beabee will become a pure API.

To set up:

cp .env.example .env
npm install

You can use the default settings in .env.example which point to the dev API.

To start development:

npm start

Go to http://localhost:8080