Apache Royale Website

Clone this repo:
  1. 9722f41 Updating TDJ binaries by Yishay Weiss · 7 days ago master
  2. 8281f40 Added blob post for 0.9.10 by Yishay Weiss · 8 days ago
  3. e6c5d0c update source code and binary distribution download links to 0.9.10, released in May 2023 by Josh Tynjala · 9 days ago
  4. 0f7e0de download: add --forground-scripts to npm install command for js-swf distribution by Josh Tynjala · 4 weeks ago
  5. 440bcfc update devDependencies to latest by Josh Tynjala · 6 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.