Skip to content

wuz/wuz.sh

Repository files navigation

wuz.sh

Built with NextJS + Bun + Nix

The repo for my personal site, built with NextJS and designed for running with Bun through Nix.

image of wuz.sh

Running with Nix

The NextJS app can be built using Nix and Bun with the following command:

nix build .#frontend-app

That will output a result folder with an entrypoint script inside that can be used to run the NextJS site as a standalone app with:

./result/entrypoint

You can also just run the app in the same way:

nix run .#frontend-app

Running with docker

You can build a docker image with nix and copy into the docker daemon like so:

nix run .#frontend-image.copyToDockerDaemon

About

My personal site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors