a Docusaurus site dedicated to the documentation of the WAR Infastructure
Docusaurus has a wonderful feature which allows for live editing. To run the server in development in order to make changes run the following command after cloning the github repository.
# Run `cd website` first if your in the root of the repo
yarn startTo run in production without docker the process is very simmilar to running in development. Run the following command from the website directory in the repo.
yarn start --no-watchThis will turn off the live reload server.
To deploy using docker simple run the following command in the root of the repo
docker-compose up -d