Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 856 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 856 Bytes

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.