Files
docs/README.md
2025-10-29 12:43:15 +01:00

2.1 KiB

📚 Docs

Hugo Brain made CC BY-NC-SA 4.0 License
Buymeacoffee GitHub Stars


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