-
- Unix, including macOS
curl https://get.volta.sh | bash
- Windows
winget install Volta.Volta- You may need to enable Developer Mode. See the guide for instruction and why you need it.
- Unix, including macOS
-
Java version 11. The recommend way to setup Java is to use jenv.
-
MacOS
brew install jenv
-
-
Ruby version 3.
-
MacOS
brew install rbenv ruby-build rbenv install 3.1.3 rbenv global 3.1.3 echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc echo 'eval "$(rbenv init -)"' >> ~/.zshrc
-
Install packages
yarn
volta install fsh-sushi
gem install jekyllTo get started, run:
./_updatePublisher.shThen use this command to to generate the IG.
./_genounce.shThe IG will be generated as a static site at the /output folder. To serve the static site just run the following,
yarn serve