2.1 KiB
2.1 KiB
Some documentation for the Little Emulator project, powered by Hugo and the Hextra theme
Usage
This project uses Nix to create a reproducible development workspace
# Clone the repository
git clone --recurse-submodules --shallow-submodules https://git.nicolabelluti.me/little-emulator/docs.git
cd docs
# Enter the dev workspace
nix develop -c $SHELL
# Build the website
make
# Start the development webserver
make dev-server