Skip to content

hook-lang/hook-playground

Repository files navigation

Hook's Playground

A place for you to play with Hook code.

Work in progress. Maybe this do not work yet.

Building

To build the playground, run the following command:

npm install

Running

To run the playground locally, run the following command:

./run.sh

Now you can access the playground at http://localhost:8000.

Note: The script above uses PHP's built-in web server.