Discord Dashboard with Next.js & Python
- First, Clone this repository
- Second, Install package
npm install
# or
yarn
- Third, Edit file name
.env.exampleto.env - Fourth, Configure
.env - Sixth, Edit file name
config.example.jstoconfig.js - Seventh, Configure
config.js - Lastly, Run File
npm run dev
# or
yarn dev