peggyjs / peggy

Peggy: Parser generator for JavaScript
https://peggyjs.org/
MIT License
906 stars 64 forks source link

Document project setup #466

Closed frostburn closed 6 months ago

frostburn commented 6 months ago

I got an error for missing eleventy when doing npm run build after cloning and running npm i.

Turns out you need to do pnpm i -r.

README.md should describe the whole installation procedure after a fresh clone of the repository that gets everything running on a machine with no global packages installed.

Joe HildebrandToday at 7:22 PM

Make sure to include web-test as well. the ones in test/cli/fixtures/frags and test/cli/fixtures/use-frags don't need to be installed