Revert "chore(deps): bump webpack from 5.90.0 to 5.94.0 (#31)" (#53)

This reverts commit a6ea5cb0ecaf4fc39cea79070da640230e8b4ef8.
1 file changed
tree: 6a03624e1c7173c05af42195688752a0979c783c
  1. .github/
  2. .vscode/
  3. blog/
  4. community/
  5. docs/
  6. src/
  7. static/
  8. .asf.yaml
  9. .gitignore
  10. .prettierrc.cjs
  11. babel.config.js
  12. docusaurus.config.ts
  13. LICENSE
  14. licenserc.toml
  15. NOTICE
  16. package.json
  17. pnpm-lock.yaml
  18. README.md
  19. tsconfig.json
README.md

Apache GraphAr (incubating) Website

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

Installation

$ pnpm install

Syncing the docs directory from the main repository

$ git clone https://github.com/apache/incubator-graphar.git --depth 1
$ rsync -av --progress incubator-graphar/docs/ docs/
or
$ cp -r incubator-graphar/docs/ docs/

Note: DO NOT omit the trailing slash in the source directory.

Local Development

$ pnpm 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

$ pnpm build

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

LICENSE

Apache License 2.0.