Skip to content

Source code of a beta version of the updated docs.raku.org website

License

Notifications You must be signed in to change notification settings

2colours/docs.raku.org

Repository files navigation

docky

A docky demo.

Installation

When having Rakudo and zef installed, clone the repo, then in its directory:

cd ..
git clone https://github.com/Raku/Pod-To-HTML.git -b enhance # Make sure Pod::To::HTML is at correct branch
cd Pod-To-HTML
zef install .
cd ../docky
git clone https://github.com/Raku/doc.git
zef --deps-only install .
DOCKY_PORT=20000 DOCKY_HOST=localhost raku -Ilib -I../Pod-To-HTML/lib service.p6

About

Source code of a beta version of the updated docs.raku.org website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.1%
  • Raku 31.5%
  • SCSS 28.4%