Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 658 Bytes

Welcome to our AOE Open Source landing page.

We AOEpeople love Open Source. In this repository we share our Open Source landing page.

Local Development Setup

To work on this repository checkout the sourcecode to any folder you like. Also install nodejs+npx and hugo (e.g. via brew install hugo).

Start the hugo server for serving content:

hugo server --renderToDisk --disableFastRender --forceSyncStatic

For Tailwind, start the tailwind watcher in a second terminal:

cd themes/aoepeople.github.io
npm install
npm run css:watch

Now the page is available on http://localhost:1313/