A fully rewritten version of TopicList Admin Panel in NextJS. Side note: this site is heavily based upon our existing infra if you want to use it good luck you are in for a wild ride. Here is the source code to the API be sure to check it out!
Make sure your Node version is above 20. Set up the .env right to get the best results.
yarn install
yarn dev
-
Please use yarn instead to avoid issues but still, if you wanna go then sure
-
npm i
-
npm run dev
- Rename
.env.template
to.env
. - Provide the required parameters such as
NEXT_PUBLIC_API_URL
should have the API URL.