/beabee-frontend

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

beabee frontend

You need:

  • Docker >= 19.03.8
  • Docker Compose >= 1.28.0
  • Node.js >= 12.16.1 && < 16.0.0

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
docker-compose up -d

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

To start development:

npm start

Go to http://localhost:8080

Frontend router

At the moment we are using nginx to only route selected paths to the Nuxt.js server and the rest are proxied to the old frontend. This means for now when you add a new route you also need to add it to nginx.conf and rebuild the router

docker-compose build router
docker-compose up -d router