This repository contains the code for Speakup's upcoming developer platform's frontend written in Vue.js/TypeScript. It's backend is available at speakupnl/staart.
This project is based on Staart UI.
To get started right away, you can run docker-compose up and a caddy webserver, serving a frontend at http://localhost:801/ will be spawned.
This project requires the staart backend http://localhost:802/. See the speakupnl/staart on how to get the backend running.
To get started with development make sure you have the latest version of npm and yarn installed and run yarn run dev.
For now, this project is not available under an open-source license.