Please, feel free to visit the full documentation.
If you're wondering to deploy the ABRouter locally, please see the README of main ABRouter repository.
Front-end of ABRouter is based on Laravel as the server and contain some react apps.
Located in react/experiments. Experiments application. Used in experiments dashboard
Located in react/signup. Sign-up/Sign-in application. Used for authentication page
You can use the following command to build the front:
make build-front
This command will create new builds for each app and move it to public/js. Actual build files is stored in front-config/global.json.
We're plan to move the apps to separated folders and builds via netlify.
Feel free to contibute.