Skip to content

InventiveRhythm/fluxel

Repository files navigation

fluxel

fluxel logo

The backend for fluXis.

Building and Developing

Requirements

Downloading the source code

You can download the source code by cloning the repository using git:

git clone https://github.com/InventiveRhythm/fluxel

Make sure the fluXis repo is cloned next to where the fluxel repo is.

Your filesystem should look like this if done correctly:

~/GitHub/InventiveRhythm> ls
fluXis
  fluXis/
  fluXis.Resources/
  fluXis.sln
  ...
fluxel
  fluxel/
  fluxel.Startup/
  fluxel.sln
  ...

To update the source code to the latest version, run the following command in the repository directory:

git pull

Building

When running the project for the first time, make sure to copy default.env to .env.

To build and run the project, execute the following command in the repository directory (the folder where fluxel.sln is located):

dotnet run --project fluxel.Startup

License

fluxel is licensed under the MIT License. tl;dr: You can do whatever you want with the code, as long as you include the original license.

About

An all-in-one Discord bot, login, chat, multiplayer and API server for fluXis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages