View at handbook.virtualatoms.org
This repository contains the content and code for the Virtual Atoms group handbook.
This website is built using Docusaurus 2. The page contents can
be found in the docs directory and are stored as markdown files.
The website requires node.js to be installed. On macOS, this is simple if homebrew is installed. Just run
brew install nodeDocusaurus and additional plugins needed for building the website can be installed through
npm installFor development purposes, a local web server with automatic refresh is provided. This command starts a local development server and opens up a browser window:
npm startTo build the site for production, static content will be compiled into the build directory and can be served using any static contents hosting service:
npm run build