Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adnelson/nix-presentation
A presentation on the nix language and software.
https://github.com/adnelson/nix-presentation
Last synced: 2 days ago
JSON representation
A presentation on the nix language and software.
- Host: GitHub
- URL: https://github.com/adnelson/nix-presentation
- Owner: adnelson
- License: mit
- Created: 2015-12-06T00:19:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T20:33:58.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T10:06:51.796Z (about 1 month ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nix presentation
This is a presentation on the nix language and software.
# Running
To run the presentation, first build the files:
```bash
$ npm install
$ npm run-script build
```Then open `index.html` in your browser.