maxGraph/packages/website
Thomas Bouffard 41a3fbfd55
ci: automate npm publish (#305)
Add a workflow that performs the publishing when a new Git tag is
pushed.
2024-01-14 16:28:29 +01:00
..
docs ci: automate npm publish (#305) 2024-01-14 16:28:29 +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.