Following the steps in https://github.com/ethereum-boilerplate/ethereum-boilerplate#readme
When I run
yarn start I get theis:
PS J:\_a\Moralis-JS-SDK-main\ethereum-boilerplate> yarn start
yarn run v1.22.19
$ next start
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from J:\_a\Moralis-JS-SDK-main\ethereum-boilerplate\.env.local
info - SWC minify release candidate enabled. https://nextjs.link/swcmin
Error: Could not find a production build in the 'J:\_a\Moralis-JS-SDK-main\ethereum-boilerplate\.next' directory. Try building your app with 'next build' before starting the production server. https://nextjs.org/docs/messages/production-start-no-build-id
at NextNodeServer.getBuildId (J:\_a\Moralis-JS-SDK-main\ethereum-boilerplate\node_modules\next\dist\server\next-server.js:116:23)
at new Server (J:\_a\Moralis-JS-SDK-main\ethereum-boilerplate\node_modules\next\dist\server\base-server.js:70:29)
at new NextNodeServer (J:\_a\Moralis-JS-SDK-main\ethereum-boilerplate\node_modules\next\dist\server\next-server.js:63:9)
at NextServer.createServer (J:\_a\Moralis-JS-SDK-main\ethereum-boilerplate\node_modules\next\dist\server\next.js:140:16)
at async J:\_a\Moralis-JS-SDK-main\ethereum-boilerplate\node_modules\next\dist\server\next.js:149:31
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Tried to clean cache, and other suggestions, but no help
What am I missing?