Skip to content

taodong/helps4data

Repository files navigation

Helps4data Website

Documents and examples of how to create data use wedge data generator.

Local Development

Install Node.js

Nodes with version 18.0 or later is required for local development. For Mac install nodes with brew:

brew install node

Configure Development Environment

If the repo is checked out for the first time, the following steps are needed to configure the development environment. All the following commands are run under the root directory of the repo.

Install Docusaurus

Install Docusaurus by running the following command:

npm install --save docusaurus

Build website

Build the website with all the necessary dependencies

npm run build

Start the Website

To run the website locally

npm run start

By default, a browser window will open at http://localhost:3000.

About

Documents and examples of how to create data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published