Discord bot for trivia about astronomy
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
# Run the project
npm start
# Run the project
npm run dev
- Fork the repository
- Create a new branch (
git checkout -b feature
) - Make changes and commit (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature
) - Create a new Pull Request