Public frontend for Markus Nentwich's website. This web-app provides among others ways to place orders using the Helicon backend.
yarn install
yarn serve
configure api url for development in .env file
yarn build
configure api url for production in .env.production file
yarn lint