Head into root directory of your project.
The Script will create new folder with the name of the app, here we will use example name myApp
Run the script:
npx hardhat-create-app myApp
Create application does not require any ENV at the start, ENV dependencies are commented out in hardhat.config.ts
All possible ENVs are listed in .env.example
file.