Apache Iggy (Incubating) Website

Clone this repo:
  1. d56dc61 Enable Github Issues, Discussions, Wiki for iggy-website repo by kparisa · 12 days ago main
  2. 004d687 Update links by spetz · 13 days ago
  3. b8ce1fa Delete brand assets .ai files by spetz · 4 weeks ago
  4. 2b42d7e Remove unused files (#7) by Jerzy Nowak · 4 weeks ago
  5. 66e3f01 Add brand asstes (#6) by Jerzy Nowak · 4 weeks ago

Welcome to Apache Iggy (Incubating)

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.