Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adaltas/node-csv-docs
Website for the csv projects
https://github.com/adaltas/node-csv-docs
csv gatsby
Last synced: 3 months ago
JSON representation
Website for the csv projects
- Host: GitHub
- URL: https://github.com/adaltas/node-csv-docs
- Owner: adaltas
- License: mit
- Created: 2014-08-22T23:15:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T11:55:23.000Z (6 months ago)
- Last Synced: 2024-07-31T19:38:33.805Z (6 months ago)
- Topics: csv, gatsby
- Language: JavaScript
- Homepage: http://csv.js.org
- Size: 21.7 MB
- Stars: 10
- Watchers: 3
- Forks: 94
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```