Forum for communities Made using NextJS and TailwindCSS
-
Clone repo
-
Create
.env.localin the root of the project -
Edit it like this:
DB_HOST= *Db host. Example: localhost* DB_PORT= 3306 DB_DATABASE= *database name* DB_USER= *database user* DB_PASSWORD= *database password* IMGHOST= *image host api, only chevereto-based apis (check /pages/api/main.tsx, imgUploader method). Example: imgbb.com* IMGHOST_KEY= *image host key* -
Import
base.sqlto database -
Run
npm run build, thennpm run start -
Open
localhost:3000 -
Have fun!
If you have any questions or suggestions, please open issue or contact me on telegram (Also check my tg channel / site with my projects!)
Note: provoda.vercel.app is test instance of Provoda, dont expect it to work