Setup 6PG, a Discord bot maker, for local development.
Local Development
Setup API
This will download 6PG from GitHub, install packages, then start the API on port 3000.
1
git clone https://github.com/theadamjr/6pg.git
2
cd 6pg
3
npm i
4
npm start
Copied!
Setup Dashboard
This will download the 6PG Dashboard, install packages, then start the website on port 4200. The dashboard project is only intended to be used for local development.