maxGraph/packages/website
Thomas Bouffard 99ffdfa29b
feat: add `ModelXmlSerializer` to import/export the model (#290)
This class was previously only available in test. It simplifies maxGraph
model import/export as:
  - it hides `Codec` and `HTMLElement` management
  - it registers codecs automagically
2023-12-18 15:53:43 +01:00
..
docs feat: add `ModelXmlSerializer` to import/export the model (#290) 2023-12-18 15:53:43 +01:00
old-mxgraph docs: build the user documentation with Docusaurus (#264) 2023-11-27 18:53:52 +01:00
src docs: remove extra "markdown-page" page (#274) 2023-12-04 02:35:28 +01:00
static docs: build the user documentation with Docusaurus (#264) 2023-11-27 18:53:52 +01:00
.gitignore docs: build the user documentation with Docusaurus (#264) 2023-11-27 18:53:52 +01:00
README.md docs: build the user documentation with Docusaurus (#264) 2023-11-27 18:53:52 +01:00
babel.config.js docs: build the user documentation with Docusaurus (#264) 2023-11-27 18:53:52 +01:00
docusaurus.config.ts docs: build the user documentation with Docusaurus (#264) 2023-11-27 18:53:52 +01:00
package.json docs: build the user documentation with Docusaurus (#264) 2023-11-27 18:53:52 +01:00
sidebars.ts docs: build the user documentation with Docusaurus (#264) 2023-11-27 18:53:52 +01:00
tsconfig.json docs: build the user documentation with Docusaurus (#264) 2023-11-27 18:53:52 +01:00

README.md

Website

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

Installation

$ npm install

Local Development

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

$ npm build

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