Skip to content
makersaurus / 1.0.0-a04

makersaurus 1.0.0-a04

Install from the command line:
Learn more about npm packages
$ npm install @h2oai/makersaurus@1.0.0-a04
Install via package.json:
"@h2oai/makersaurus": "1.0.0-a04"

About this version

Development tips

Project organization

.github/workflows        # Github actions set up here
crawler                  # Algolia crawler config
docs                     # static build files used by gh-pages
src                      # code for the @h2oai/makersaurus package
package-lock.json
package.json

Development environment

After making a change to Makersaurus, it is important to understand what impact that change will have on newly created sites as well as larger sites that use more advanced features. The first step is to set up npm link in the root directory of this repo:

npm install
npm link

To test a local change on a newly created site, I recommend running through the create-new-project routine, pointing npx to the local version of Makersaurus. In a directory OUTSIDE of this repository, run:

npx --package=../path/to/makersarus/repo makersaurus test-app
cd test-app
npm install
npm start

Crawler

The Algolia crawler runs once every 24 hours and is orchestrated in .github/workflows/index_docs.yml. To add a new site to the index, add the URL and sitemap to crawler/docsearch_scraper.json.

Details


Assets

  • makersaurus-1.0.0-a04.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0