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