Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 905 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 905 Bytes

Farabi6

This is a fun Perl 6 port of the Farabi Modern Perl Editor http://metacpan.org/module/Farabi. The idea here is to experiment with a Perl 6 in-browser editor running over Rakudo Perl 6.

Have fun!

Installation

To run it from the local directory:

bin/farabi6
# Open http://localhost:3030 in your browser

To install it using Panda (a module management tool bundled with Rakudo Star):

panda install Farabi6
farabi6
# Open http://localhost:3030 in your browser

You can also change the host name and port using the following command:

farabi6 --host=localhost --port=4040

Environment Variables

# Enable unsafe mode which includes running unsafe code on your local system
FARABI6_UNSAFE=1 farabi6

Testing

To run tests:

prove -e perl6

Author

Ahmad M. Zawawi, azawawi on #perl6, https://github.com/azawawi/

License

Artistic License 2.0