maxGraph/packages/website
Thomas Bouffard 7544da2da3 chore(release): prepare version 0.6.0
Also improve the release procedure.
2023-12-22 08:26:38 +01:00
..
docs chore(release): prepare version 0.6.0 2023-12-22 08:26:38 +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.