Skip to content

DisBots-Studios-Inc/Melody-Blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📭 Melody-Blogs!

Welcome to the official repo of the blogging website for the Melody Discord bot! This website is powered by vuepress!

🎵 Melody Bot

Melody is a music bot written in Java. It features various functions with the main focus on music.
It is in active development and is being improved every week.

🙌 Contribution

Simply open a pull request with the template we have provided. Describe your changes and how they may affect the current project.

❗ Bugs/Features

Open an issue on our issue tracker at GitHub, and we will reach out to you.

⚙ Configuration

🤔 Prerequisites

  • Basic knowledge of javascript and vuepress
  • Editor or IDE
  • Knowledge of npm or yarn (adviced npm)

🚀 Getting Started

Run these commands in your terminal.

# install dependencies
$ yarn install
# or
$ npm install #preferably npm

# serve with hot reload at localhost:8080
$ yarn dev
# or
$ npm run dev #preferably npm

# build for production
$ yarn build
# or
$ npm run build #preferably npm

Template for new blog post:


This template is to be used when making a blog:

---
title: title
display: home
image: image
date: y-m-d
tags:
  - tags
  - tags
categories:
  - cat
---

About

The blogging and update site for the melody discord bot!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published