Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moritz/perl6book-web
Website content for https://perl6book.com/
https://github.com/moritz/perl6book-web
Last synced: 16 days ago
JSON representation
Website content for https://perl6book.com/
- Host: GitHub
- URL: https://github.com/moritz/perl6book-web
- Owner: moritz
- Created: 2016-10-27T20:44:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T14:10:02.000Z (over 4 years ago)
- Last Synced: 2024-11-05T20:49:08.181Z (2 months ago)
- Language: HTML
- Size: 13.3 MB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contents
This repo contains the sources for [perl6book.com](https://perl6book.com/).
It aims to be a mostly impartial list of Perl 6 books.
# Rendering
Install an up-to-date Rakudo version, and some Perl 6 modules:
$ zef install Template::Mojo YAMLishAnd then run
$ ./render.sh
to build the HTML in the directory `out` (which it deletes on each run,
so don't do anything fancy in there).If you instead run
$ ./dev.sh
it also runs a minimalistic web server on port 8000.