Skip to main content

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 Started#

Prerequisites

Get started by cloning our repo.

git clone https://github.com/slash-nlp/slash-nlp.git

Run install commands#

Install node dependencies:

cd slash-nlp
npm install

Start your site#

Run the development server:

npx docusaurus start

A local version of the site starts at http://localhost:3000.