Skip to content

nathanialhenniges/wpcligui

Repository files navigation

Status

GitHub license dependencies Status devDependencies Status

Description

Download and Installation

To begin using this choose one of the following options to get started:

Basic Usage

Edit the .env.example with basic config

cp .env.example .env
nano .env

Install node packages

npm install

Start bot

npm start

If you want to start everything at once you can do

You will need PM2 installed to use the 2nd command.

npm install -g pm2
pm2 start process.yml

Want help develop the?

You can use this command to start up with nodemon so you can work on it and test.

npm run dev-web

Issues

Have a bug or an issue with this bot? Open a new issue here on GitHub.

Copyright and License

Copyright 2019 Nathan Henniges. Code released under the MIT license.