- Notifications
You must be signed in to change notification settings - Fork2
The source code for clibs.org.
NotificationsYou must be signed in to change notification settings
clibs/website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The source code forclibs.org.
To work on the site locally, first installNode.js andYarn.
Next install the project's dependencies with:
yarn
Finally, startWebpack's development server with:
yarn dev
The registry isautomatically 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 themain
branch by running thescripts/netlifyBuild.sh
program. This will perform a "regular" build and optionally "pre-render" all pages as static HTML.
MIT