maxGraph/packages/website
Thomas Bouffard 7c94e0c3af
ci: automate the creation of the draft GitHub release (#303)
Provide a template that will ease the GitHub release writing.
This will also ensure that the content of all release notes is
consistent.
2024-01-10 06:41:09 +01:00
..
docs ci: automate the creation of the draft GitHub release (#303) 2024-01-10 06:41:09 +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.