mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
d10827c8fa
This is used in post-merge. I have yet to fix the generation of this md file and so I am just returning this command for now to fix post merge until this is done. Signed-off-by: Charlie Egan <charlie@styra.com>
Documentation and Website Development
This README contains an overview of the development environment for the OPA website.
Development
Those contributing to the OPA website must first install the Node packages to run it:
make install
Once these have been installed, a live updating development server can be started by running
make dev
Note, that the server will not restart when you change the
docusaurus.config.js.
You can run a local build of the website by running:
make build
This will build a version of the site ready for deployment. Broken links are also checked in this step.