Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 786 Bytes

tutorial-en_US.md

File metadata and controls

40 lines (29 loc) · 786 Bytes

Step 1: Installation

  • Cloning the repository.
# Cloning repository
git clone https://github.com/ManoelDev/tibia-manager-nextjs.git

Step 2: Installation of dependencies

# Access the directory
cd tibia-manager-nextjs
npm install

Step 3: Configuring the project

Configuring the outfit

Configured environment variables

  • copy and rename .env.example to .env
  • edit the file with the corresponding variables

Step 3: Creating the finger bank

npx prism migrate dev

Step 4: Starting the application

npm run dev