Welcome to the official repo of the blogging website for the Melody Discord bot! This website is powered by vuepress!
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.
Simply open a pull request with the template we have provided. Describe your changes and how they may affect the current project.
Open an issue on our issue tracker at GitHub, and we will reach out to you.
- Basic knowledge of javascript and vuepress
- Editor or IDE
- Knowledge of npm or yarn (adviced npm)
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
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
---