Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adaltas/node-csv-docs

Website for the csv projects
https://github.com/adaltas/node-csv-docs

csv gatsby

Last synced: 2 months ago
JSON representation

Website for the csv projects

Awesome Lists containing this project

README

        

# Node CSV documentation website

The repository contains the source code generating the website of the [Node.js CSV project](https://csv.js.org).

## Developers

To start a local instance of the website with yarn:

```bash
yarn install
yarn run develop
```

To fetch the latest source code of the project:

```bash
git submodule update --rebase --remote
```