Skip to main content

Introduction

Let's discover parsed-path in less than 5 minutes.

Installation#

To install the entire parsed-path lib:

yarn add parsed-path

Getting Started#

Clone repository from here:

git clone https://github.com/tseijp/parsed-path

Start your site#

Run the development server:

cd parsed-path
yarn init
yarn docs

Your site starts at localhost:3000.

Open docs/intro.md and edit some lines: the site reloads automatically and display your changes.