Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 439 Bytes

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.