[INFRA] Set up default rulesets for default and release branches (#42)
1 file changed
tree: 59256c6cf4999f98b5a682487915d04c39b13e72
  1. .github/
  2. brand-assets/
  3. content/
  4. public/
  5. scripts/
  6. src/
  7. .asf.yaml
  8. .gitignore
  9. .npmrc
  10. .nvmrc
  11. LICENSE.txt
  12. next.config.mjs
  13. package-lock.json
  14. package.json
  15. postcss.config.mjs
  16. README.md
  17. source.config.ts
  18. tsconfig.json
README.md

Welcome to Apache Iggy (Incubating)

Website

This website is built using Fumadocs with Next.js, generating a fully static site.

Installation

npm install

Local Development

npm run dev

This command starts a local development server. Changes are reflected live with hot reload.

Build

npm run build

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

Publishing

Production Website: iggy.apache.org is published from asf-site branch Staging Website: iggy.staged.apache.org is published from asf-staging branch

Ask DeepWiki