Git Product home page Git Product logo

arcadia's Introduction


Arcadia

Arcadia is a monorepo with the following components:


Project Structure

  • bot => Rewrite of the Discord Bot used for Managing the Infinity Bot List Servers
    • leone => a library crate containing proc-macros for the bot
  • api => Arcadia Staff API (statistics, maybe a claim/unclaim/approve/deny api for panel if needed etc)
  • libavacado => Common shared logic for bot, api and any possible addition to Arcadia

Database Seeds

You can find a seed of the Infinity Bot List database at https://seed.infinitybots.gg/. This seed is public and available for all contributors

Contributing

  • Always run fmt.sh before making a Pull Request!
  • Always increment version during big changes

MacOS cross compile

Follow https://stackoverflow.com/questions/40424255/cross-compilation-to-x86-64-unknown-linux-gnu-fails-on-mac-osx

Use https://github.com/MaterializeInc/homebrew-crosstools for cross compiling as it is newer

Path update

PATH=/opt/homebrew/Cellar/x86_64-unknown-linux-gnu/7.2.0/bin:$PATH

Not always needed, try running make cross before doing the below

Symlink gcc if needed by ring at /opt/homebrew/Cellar/x86_64-unknown-linux-gnu/7.2.0/bin based on the error you get

Replace 7.2.0 with whatever gcc version you need

make push to push newly built lib. Mofidy according to your ssh ip

**If you face any build issues on macOS, try removing /opt/homebrew/bin/x86_64-linux-gnu-gcc and then ln -sf /opt/homebrew/bin/x86_64-unknown-linux-gnu-cc /opt/homebrew/bin/x86_64-linux-gnu-gcc

arcadia's People

Contributors

yyoolito avatar www avatar cheesycod avatar dependabot[bot] avatar japandotorg avatar therealtoxicdev avatar

Stargazers

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