If you're looking for the actual site, it's right here.
Otherwise, here's how to build this project:
-
If you don't have
npm
oryarn
, install yarn. -
Open up a terminal and run
git clone https://github.com/bijection/nearley-playground.git
-
cd into the project directory
cd nearley-playground
-
Install the project dependencies
yarn install
(you can also run
npm install
) -
Start the dev server
yarn start
(you can also run
npm start
) -
Open up a browser and go to
http://localhost:4321
-
Edit some files in
nearley-playground/src/client
.When you save your edits, and the browser will automatically reload.
-
(optional) Add a bunch of great functionality and send a PR!