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.
This is a statically-rendered website using Docusaurus v2.
You need Node.js 16.
The produced static files are distributed as GitHub Pages
.
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
This project is part of Expedia Group Open Source. If you want to reach out to us, please raise an issue on GitHub.
Please see info in RELEASING.md. It also describes how repositories and blog posts are fetched.
Please see info in CONTRIBUTING.md
This repository is licensed under the Apache License, Version 2.0
Please see info in CREDITS.md