This project was bootstrapped as a Remix project with the command:
npx create-remix@latest
Other tools used:
This starts your app in development mode, rebuilding assets on file changes.
Use buf to generate the compiled protos via protobuf-es
Build the app using Rollup.
Run the app in production mode.
Ensure that you've got corepack enabled:
corepack enableThis should only be necessary once.
Verify that pnpm --version matches the packageManager version in package.json.