bun icon indicating copy to clipboard operation
bun copied to clipboard

An installer for bun

Results 3 bun issues
Sort by recently updated
recently updated
newest added

For the [LiveSvelte](https://github.com/woutdp/live_svelte) project I'm currently using [nodejs](https://github.com/revelrylabs/elixir-nodejs) to SSR Svelte from within Elixir. The api for this is something like (you can see the code here https://github.com/woutdp/live_svelte/blob/master/lib/ssr/node_js.ex): ```elixir NodeJS.call!({"server",...

As discussed in #20, this PR adds a description how to replace the `tailwind` elixir bundle with `bun` to the README.

A great idea was shared on #20 that consists on replacing the default Phoenix stack (esbuild + tailwind packages) with just Bun. This makes a lot of sense and I...

documentation
good first issue