Stub the Stubble is a platform to understand the problems and solutions related to stubble burning in India.
Once you've created a project and installed dependencies with npm install , start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
Run npm run format before committing to format using recommended settings. This ensures there are no unnecessary diffs due to spacing and other inconsistencies from personal editor configuration and os line ending differences.