Skip to content

the-chain-gamer/ruffion-reborn-server

Repository files navigation

Ruffion Reborn Game Server

Environment Setup

  1. Clone Repository and ensure that you are using authorized credentials

  2. Install runtime and dependencies

    npm install --global yarn
    yarn install
  3. Check the env/dev.env file inside root directory and setup the database according to the properties in .env.example

  4. Start Develop Server

    yarn develop
    
    # Or start in repl mode
    yarn develop:repl

For more commands, see scripts inside package.json.


Code Formatting

Always ensure that all code is correctly formatted whenever you make changes:

$ yarn format

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published