Behold the most chad Generate Project to ever Generate
Nix, the all in one package manager
# MacOS
sh <(curl -L https://nixos.org/nix/install)
# Linux
sh <(curl -L https://nixos.org/nix/install) --daemon
Warning
Recent MacOS installations of Sequoia have breaking changes with Nix. Follow the instructions to uninstall, scroll down to the section under macOS.
# Append any nix command with for temporary enablement of nix features
nix --experimental-features 'nix-command flakes' develop
Tip
Configure Nix to allow experimental-features
# In the root directory
nix develop
macOS
, utilize Xcode to natively run IOS emulatorsLinux
utilize Android Studio to natively run android emulators
Note
The nix shell script attempts to pass up ios or android sdks into the nix shell, so install xcode or android locally to be able to run simulators in the shell.