packages/create-fuels/README.md
A scaffolding CLI tool for creating new full-stack Fuel projects.
pnpm create fuels
npm run fuels:dev
# or
npx fuels dev
npm run dev
To learn how to deploy your Fuel dApp to the testnet, you can follow our Deploying to Testnet guide.
.env.local file in the templates/nextjs directory with the following contents:NEXT_PUBLIC_FUEL_NETWORK_URL=http://127.0.0.1:4000/v1/graphql
This file is populated automatically for end users when they run pnpm create fuels.