Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 862 Bytes

File metadata and controls

31 lines (20 loc) · 862 Bytes

documentation

a Docusaurus site dedicated to the documentation of the WAR Infastructure

Running in Development

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 start

Deploying for Production

Standalone (Without Docker)

To 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-watch

This will turn off the live reload server.

Docker

To deploy using docker simple run the following command in the root of the repo

docker-compose up -d