# using make
make helper
# or manually
yarn install --cwd .helper
composer install --working-dir .helper
# using make
make token
# using php
php .helper/scripts/token.php
# using curl
curl -X POST -H "Content-Type: application/json" https://api.rivolink.mg/api/auth \
-d '{
"username": "Anonymous",
"password": "a439579cae86060066478decd838bc39"
}' | jq -r '.token // ""' > src/private/token.txt
# using make
make build
# using php
php .helper/scripts/build.php
This project uses :