Workflow
Last updated
Last updated
install portex cli
run portex new
to create a new mini-game
run portex deploy
to deploy a mini-game for testing
open telegram and search @BotFather
start /newbot in chat
set a name for your bot
get the bot token
use portex bot
to configure bot
run portex bot register <app-name> <bot-token>
to register bot
import https://sdk.portex.app/portex-sdk.min.js to your mini-game
you can run portex ls
to list all your mini-games with app-id
initialize Portex SDK with your app-id
run portex publish
to publish your mini-game for production
more details in
more details in