Casbin-mesh website

Clone this repo:
  1. 0b807e0 Merge pull request #4 from casbin-mesh/docs by WenyXu · 4 years, 6 months ago master
  2. a4928f2 chore: add the sponsorship criteria by wenyxu · 4 years, 6 months ago
  3. fa82ee7 Merge pull request #3 from casbin-mesh/docs by WenyXu · 4 years, 7 months ago
  4. f5511aa docs(install_with_bare_metal): add docs for install with bare metal by wenyxu · 4 years, 7 months ago
  5. 770be53 chore: change app expose port by wenyxu · 4 years, 7 months ago

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.