The current proto_dev branch does not include all of the scaffold generated files, so it does not align with current holochain best practices. The goal is to get up-to-date with latest practice.
Strategy:
Create a new working branch for this issue from proto_dev
Run scaffolds tool on the -example forum to see what files are generated.
For files generated by scaffolds tool outside of crates (i.e., at the top directory level), find that file in our beta-01-release-upgrade branch and copy it into our working branch.
Try the npm start command to see if we can get everything to compile and npm test to see if we can get our tests to run successfully.
The current proto_dev branch does not include all of the scaffold generated files, so it does not align with current holochain best practices. The goal is to get up-to-date with latest practice.
Strategy:
npm start
command to see if we can get everything to compile andnpm test
to see if we can get our tests to run successfully.