Skip to content

tonypolik/nearley-playground

 
 

Repository files navigation

If you're looking for the actual site, it's right here.

Otherwise, here's how to build this project:

  1. If you don't have npm or yarn, install yarn.

  2. Open up a terminal and run

    git clone https://github.com/bijection/nearley-playground.git
  3. cd into the project directory

    cd nearley-playground
  4. Install the project dependencies

    yarn install

    (you can also run npm install)

  5. Start the dev server

    yarn start

    (you can also run npm start)

  6. Open up a browser and go to http://localhost:4321

  7. Edit some files in nearley-playground/src/client.

    When you save your edits, and the browser will automatically reload.

  8. (optional) Add a bunch of great functionality and send a PR!

About

⛹ Write Grammars for the Nearley Parser!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.7%
  • CSS 12.8%
  • Nearley 7.3%
  • HTML 5.2%