Documents and examples of how to create data use wedge data generator.
Nodes with version 18.0 or later is required for local development. For Mac install nodes with brew:
brew install node
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 by running the following command:
npm install --save docusaurus
Build the website with all the necessary dependencies
npm run build
To run the website locally
npm run start
By default, a browser window will open at http://localhost:3000.