Skip to content

Capping-WAR/documentation

Repository files navigation

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

About

a Docusaurus site dedicated to the documentation of the WAR Infastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published