Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ReactN Documentation

Install

The ReactN documentation relies on a built version of the ReactN package in the root directory in addition to its own dependencies.

From the root repository directory:

  • yarn to install the dependencies of ReactN.
  • yarn build to build the latest version of ReactN.

From the /docs directory:

  • yarn to install the dependencies of the documentation.

Run

From the /docs directory:

  • yarn start to run a development instance.