A New and improved Admin Panel for NetSocial which is well open source! Side note: this admin panel 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 installyarn dev
-
Please use yarn instead to avoid issues but still, if you wanna go then sure
-
npm i -
npm run dev
- Rename
.env.templateto.env. - Provide the required parameters such as
NEXT_PUBLIC_API_URLshould have the API URL.
