import React from 'react'; import Page from './Page'; import { CoriolisLogo, GitHub } from '../components/SvgIcons'; /** * About Page */ export default class AboutPage extends Page { /** * Constructor * @param {Object} props React Component properties */ constructor(props) { super(props); this.state = { title: 'About Coriolis' }; } /** * Render the Page * @return {React.Component} The page contents */ renderPage() { return

Coriolis EDCD Edition

This is a clone of the Coriolis project, whose original author is currently unable to maintain it. This clone is maintained by the EDCD community.

To recover your builds, go to https://coriolis.io/, backup your builds (Settings / Backup), copy the text, return here and import (Settings / Import).

The Coriolis project was inspired by E:D Shipyard and, of course, Elite Dangerous. The ultimate goal of Coriolis is to provide rich features to support in-game play and planning while engaging the E:D community to support its development.

Coriolis was created using assets and imagery from Elite: Dangerous, with the permission of Frontier Developments plc, for non-commercial purposes. It is not endorsed by nor reflects the views or opinions of Frontier Developments. A number of assets were sourced from ED Assets

Github

github.com/EDCD/coriolis

Coriolis is an open source project. Checkout the list of upcoming features and to-do list on github. Any and all contributions and feedback are welcome. If you encounter any bugs please report them and provide as much detail as possible.

Help keep the lights on! Donations will be used to cover costs of running and maintaining Coriolis. Thanks for helping!

Chat

You can chat to us on our EDCD Discord server.

; } }