Rspack & Rescript with Bun
commitizencommitlintbiome.jshuskyrelease-please(future)
Ensure you have bun installed on your local machine.
curl -fsSL https://bun.sh/install | bashRun bun install to install dependencies.
To build .res files
bun run res:buildTo build for production with rspack
bun run buildTo test your local changes, run bun run res:build to build the .res files
And then
bun run res:devin order to see your local changes at http://localhost:8080
This app is also deployed via Vercel.sh.