Installation
The following walkthrough will help you setup the project locally for development and contribution.
Disclaimer
/nlp
uses Docusaurus to host it's data.
#
Getting StartedPrerequisites
- Node.js version >= 12.13.0 or above (which can be checked by running node -v).
Get started by cloning our repo.
#
Run install commandsInstall node dependencies:
#
Start your siteRun the development server:
A local version of the site starts at http://localhost:3000
.