/beabee-join

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

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