Skip to content

clibs/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a428bd · Feb 27, 2024
Jul 27, 2020
Jul 20, 2022
Jul 20, 2022
Feb 27, 2024
Jul 20, 2022
Jul 20, 2022
Jul 27, 2020
Jul 27, 2020
Jul 20, 2022
Jul 27, 2020
Jul 20, 2022
Jul 27, 2020
Jul 27, 2022
Jul 20, 2022
Jul 27, 2020
Jul 27, 2022
Jul 27, 2022

Repository files navigation

clibs.org Registry Netlify Status

The source code for clibs.org.

Development

Getting started

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

Updating the registry

The registry is automatically updated every 6 hours.

To manually rebuild the registry:

  1. Get a GitHub token
  2. Run yarn registry --token=YOUR_TOKEN

Deployment

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.

License

MIT