Giter VIP home page Giter VIP logo

coriolis's Introduction

Chat to us on Discord

About

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 and no employee of Frontier Developments was involved in the making of it.

Contributing

Development

This release includes the ability to run the app as a Docker container.

> git clone https://github.com/EDCD/coriolis.git
> git clone https://github.com/EDCD/coriolis-data.git
> cd coriolis
> docker buildx build --build-context data=../coriolis-data --tag coriolis .
> docker run -d -p 3300:3300 coriolis

Or to run an instance of coriolis without Docker Desktop, perform the following steps in a shell:

> git clone https://github.com/EDCD/coriolis.git
> git clone https://github.com/EDCD/coriolis-data.git
> cd ./coriolis-data
> npm install
> cd ../coriolis
> npm install
> npm start

You will then have a development server running on localhost:3300.

Ship and Module Database

See the Data wiki for details on structure, etc.

Deployment

Follow the steps for Development as above, but instead of npm start you'll want to:

> npm run build

this will result in a build/ directory being created containing all the necessary files.

After this you need to serve the files in some manner. Either configure your webserver to make the actual build/ directory visible on the web, or alternatively copy it to somewhere to serve it from.

coriolis's People

Contributors

alexeygorb avatar blackth0rn avatar cmdrmcdonald avatar cmmcleod avatar efriede avatar felixlinker avatar freaky avatar ghnuberath avatar gienkov avatar gopstr avatar jeneg avatar jessb321 avatar leonardofelin avatar marginal avatar michaelhue avatar monopoint avatar murtaghjustin avatar neilser avatar nitrodude avatar opl- avatar pho3nixf1re avatar pnellesen avatar sascha-dev avatar sf302 avatar shearn89 avatar sid127 avatar smokybird avatar themroc5 avatar vakazakov avatar w0rm49 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.