3 Steps to run this Elephant Project:
- Change directory to the project root
- Run command
nix develop --impure -c up
- Open your browser and go to
http://localhost
Note
Recomended to use direnv to automatically load the environment variables
just run direnv allow
for the first time and then the step only go to the project and run command up
.
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
Happy Hacking