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

beabee-communityrm/beabee-join

Repository files navigation

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