Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.04 KB

README.md

File metadata and controls

67 lines (42 loc) · 1.04 KB

Eery bot

Eery bot for Private Discord server.

Installation

Requirements

Setup

Enable corepack

# as root
corepack enable

Clone the repository and install the dependencies

# Clone the repository
git clone https://github.com/N3aar/Eery-Project.git

# Enter the project directory
cd Eery-Project

# Install the dependencies
pnpm install

Usage

# Build the bot
pnpm build

# Start the bot
pnpm start

Development

# Start the bot in development mode
pnpm dev

Contributing

Style guide

This project uses default Biome configuration see more at biome. You can also use the following command to format the code:

pnpm lint:fix

Commit message

This project uses Conventional Commits to standardize the commit messages.

License

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