Welcome to Osekai Inex!
We're working on rewriting the entire site from the ground up! So far, this is the status of the rewrites to Inex:
-
- Medals has been fully rolled out to all users!
-
- All data required for rankings is being given to Inex from scripts-rust, backend and frontend is unfinished.
-
- Relies on Rankings
-
- Data is not being given by scripts-rust yet (it seems)
-
- Big undertaking, not there yet!
- Setup your config.php using the config.example.php
- Create your database:
php vendor/bin/phinx migrate
and thenphp vendor/bin/phinx seed:run
- Install packages with composer (
composer install
) - Serve using
php -S 0.0.0.0:8000
or using your favourite PHP dev server! Any should work :)
cd
into thefrontend
folder- Run
npm install
to install all requirements - Run
npx webpack --watch
to start watching for changes!
Before you contribute anything, we'd really recommend you let us know what you're planning to contribute! It'd be best to know what everyone's doing so there's no overlap.
Please join our Osekai Development Server! to talk!
We're always looking for more help making Osekai as great as it can be!
Important
Osekai Inex is technically a fork of Anthera and so contains a lot of code which either goes unused or mentions things which otherwise don't exist.
I'm leaving in these things for now as I'm certain they'll have a use in the future, whether for admin backends or just for end users, so please excuse the weird out of place code :)