Skip to content

ExpediaGroup/expediagroup.github.io

Repository files navigation

EG Open Source Portal

This is the source code for the Expedia Group Open Source portal, a website for discovering EG open source projects. See the live version here.

⚙ Technologies

This is a statically-rendered website using Docusaurus v2. You need Node.js 16. The produced static files are distributed as GitHub Pages.

👷 Local Development

First install Node.js modules with:

npm install

Then start with:

npm 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.

Alternatively, you can build the site with:

npm run build

then serve locally the content of the build directory with:

npm run serve

👥 How to contact

This project is part of Expedia Group Open Source. If you want to reach out to us, please raise an issue on GitHub.

🚅 How to release

Please see info in RELEASING.md. It also describes how repositories and blog posts are fetched.

✏️ How to contribute

Please see info in CONTRIBUTING.md

⚖️ License

This repository is licensed under the Apache License, Version 2.0

🙏 Credits

Please see info in CREDITS.md

📖 Readings