Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
18 lines (12 loc) · 357 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 357 Bytes

Node CSV documentation website

The repository contains the source code generating the website of the Node.js CSV project.

Developers

To start a local instance of the website with yarn:

npm install
npm run develop

To fetch the latest source code of the project:

git submodule update --rebase --remote