/pcluster.cloud

Documentation for AWS ParallelCluster UI

Primary LanguageCSS

This project contains the documentation reachable at pcluster.cloud. It is built with Hugo

Getting Started 🚀

In order to contribute to the documentation, make sure you set up the following:

  1. Clone the repo and pull in the submodule
git clone https://github.com/sean-smith/pcluster.cloud
cd pcluster.cloud/
git submodule update
  1. Install hugo
brew install hugo
  1. Start the local server
hugo serve -D
  1. Preview on http://localhost:1313