The source code for clibs.org.
To work on the site locally, first install Node.js and Yarn.
Next install the project's dependencies with:
yarn
Finally, start Webpack's development server with:
yarn dev
The registry is automatically updated every 6 hours.
To manually rebuild the registry:
- Get a GitHub token
- Run
yarn registry --token=YOUR_TOKEN
Netlify deploys all commits that land in the main
branch by running the scripts/netlifyBuild.sh
program. This will perform a "regular" build and optionally "pre-render" all pages as static HTML.
MIT