erezsh / datafold-docs

Datafold documentation including Overviews, Guides, APIs, Examples, & FAQs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datafold-docs

Datafold documentation including Overviews, Guides, APIs, Examples, & FAQ.

Run Locally

From the project directory, begin by installing nvm and Node with version 16.4.

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash # to download nvm

nvm install 16.17.1 # to download Node version 16.17.1

Then, restart your terminal.

To download the project dependencies, run npm install - installing dependency packages from the package.json

Finally, run the project on localhost with:

npm start

About

Datafold documentation including Overviews, Guides, APIs, Examples, & FAQs

License:MIT License


Languages

Language:JavaScript 87.7%Language:CSS 12.3%