Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 764 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 764 Bytes

Astrotrivia

Discord bot for trivia about astronomy

Table of Contents

Installation

Instructions on how to install the project and its dependencies.

# Clone the repository
git clone [email protected]:cristianstu/astrotrivia-bot.git

# Navigate to the project directory
cd astrotrivia-bot

# Install dependencies
npm install

Usage

# Run the project
npm start

Dev

# Run the project
npm run dev

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature)
  3. Make changes and commit (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature)
  5. Create a new Pull Request