Skip to content

nikam14/eventmesh-site

 
 

Repository files navigation

Apache EventMesh (Incubating) Website

Development

Clone and install dependencies:

git clone git@github.com:apache/incubator-eventmesh-site.git
cd incubator-eventmesh-site

npm install

Preview the website in development mode:

# Start the website with English documentations
npm run start -- --locale en

# Start the website with Chinese documentations
npm run start -- --locale zh

Build and view the website:

npm run build

npm run serve

Sync Documentation from apache/incubator-eventmesh

The npm run fetch script (scripts/fetch.ts) clones the apache/incubator-eventmesh repository and copies the documentations to docs and i18n/zh/docusaurus-plugin-content-docs. To update the documentation, please create a pull request in the apache/incubator-eventmesh repository.

npm run fetch

npm run start -- --locale en

About

Apache EventMesh Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.4%
  • JavaScript 24.4%
  • CSS 14.2%