Skip to content

ProfusDofus/next

Repository files navigation

Profus

Repo for the profus website.

Profus aims to provide useful and advanced tools for the game Dofus 2.

Report an issue.

Join the Discord.

TODO

Requirements

  • git (for cloning the repo)
  • Node.js
  • npm
  • an internet connection (for cloning the repo and downloading dependencies)

Installation

  1. Clone the repo
git clone https://github.com/ProfusDofus/next.git
  1. Install the NPM dependencies
npm install

Development

  1. Start the development server
npm run dev

Open http://localhost:3000 in your browser to see the result.

Building

  1. Build the project
npm run build

Links

  • Deployment - live version (any new commit will build and deploy the website)
  • Profus - official Profus website

Documentation:

Other documentation (extracting data from game files):

Tools:

For the admins:

License

This project is licensed under the MIT License - see the LICENSE file for details