Try it out at https://blockhead.yaskovdev.com.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Languages & Frameworks | JavaScript | Prettier, select "Automatic Prettier configuration".
npm run build
npm run deployOr push to the master branch and GitHub Actions will deploy it automatically.
Before pushing, consider running set -x CI true; npm run build (in Fish) to ensure the build will succeed in GitHub
Actions.
You can also run tests with npm test.