Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 454 Bytes

Grammaticality Judgements Demo

Demo for grammaticality judgements based on react

Build

  • First install nvm from this link
  • nvm install stable
  • Inside the repo, now do npm install. This should install all of the required dependencies.
  • Now run npm run build && npm run deploy to deploy to gh-pages. This would ask a prompt for github access.
  • Wait for sometime and it should appear on github pages.