Apache Royale Website

Clone this repo:
  1. 7bc8ff0 team.json: upgrade Alina Kazi to PMC by Josh Tynjala · 2 months ago master
  2. c96b1e4 blog-examples: more updates by Josh Tynjala · 3 months ago
  3. 1e40bf0 team: remove Josh Tynjala's twitter by Josh Tynjala · 3 months ago
  4. dbafe02 update to font-awesome 6 by Josh Tynjala · 3 months ago
  5. 0e9b8d5 team.json: Josh Tynjala Bluesky and Mastodon social links by Josh Tynjala · 3 months ago

royale-11ty

Built with the Eleventy static site generator.

Prerequisites

Install Node.js, if you don't have it already.

Then, use npm (which is included with Node.js) to install dependencies.

npm ci

Run Local Server

For development, run the following command to start a local server.

npm start

Then, open a browser with the following URL: http://localhost:8080

Changes to files will be detected automatically, and your browser will refresh too.

Build Locally

The build the website locally, run this command.

npm run build

Build output will be in _site directory.

Generally, building the website shouldn't be necessary because the CI server builds and deploys automatically.

Deployment

Deployment happens automatically. Commit changes to the master branch, and the site will be built and deployed by the CI server.