tamods-site
Site for TAMods information and API docs
Using https://docusaurus.io
Running the site
yarn install
yarn start
Build
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Publishing the site
cmd /C "set GIT_USER=<GITHUB_USERNAME>&& yarn deploy"