Startup Page
Upon launching the Binance Devtool, a list of your existing projects will be displayed.
Creating a Project
A Mini Program project can be swiftly created locally by following these steps:
- Click the first tile on your project list.
- Input your chosen project name.
- Specify the target folder for your project (note, an empty folder will not be accepted).
- Choose the nature of your project (either Mini Program or Mini Game).
- Select your preferred template.
Alternatively, a new project can be created utilizing @binance/mp-cli. By executing the following command, CLI will generate a simple project:
$ bmp init [project-name]
Opening an Existing Project
Existing projects can be opened by typing import and selecting your project's folder. Your selected project card will be placed at the front of the project list.
If your project was created using CLI, run the following command in the root directory of the project:
$ bmp dev
Managing Projects
Local projects can be deleted either one by one or in batches.