You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @JefferMarcelino, This is project is in a very early stage of development. I'm working on adding more context, but without an MVP we can't move forward, I'll try to finish it asap then we can work on enhancing it, will let you know.
@moonlitgrace Thanks for the update! I completely understand it's early-stage and you're focused on the MVP. Could you share any basic setup steps to get the development environment running locally? I would like to contribute.
@moonlitgrace Thanks for the update! I completely understand it's early-stage and you're focused on the MVP. Could you share any basic setup steps to get the development environment running locally? I would like to contribute.
Sure, atm its nothing more than a next.js app. So you can just clone the repo, install deps and run pnpm dev.
since we're aiming for a decentralized architecture, we dont have a database.
But if you want to experience github OAuth workflow, you'll have to create a simple github OAuth app and copy/paste the creds to the provided .env.local file, make sure you have something for AUTH_SECRET key.
@moonlitgrace Got everything working! Let me know if there's anything you'd like me to help with - I'm happy to pick up some tasks, test things out, or whatever would be most useful right now.
Activity
stabldev commentedon Jun 10, 2025
hi @JefferMarcelino, This is project is in a very early stage of development. I'm working on adding more context, but without an MVP we can't move forward, I'll try to finish it asap then we can work on enhancing it, will let you know.
Thanks for your interest.
JefferMarcelino commentedon Jun 10, 2025
@moonlitgrace Thanks for the update! I completely understand it's early-stage and you're focused on the MVP. Could you share any basic setup steps to get the development environment running locally? I would like to contribute.
stabldev commentedon Jun 11, 2025
Sure, atm its nothing more than a next.js app. So you can just clone the repo, install deps and run
pnpm dev
.since we're aiming for a decentralized architecture, we dont have a database.
But if you want to experience github OAuth workflow, you'll have to create a simple github OAuth app and copy/paste the creds to the provided
.env.local
file, make sure you have something forAUTH_SECRET
key.Lmk if you face any issue, i'd like to help ❤
JefferMarcelino commentedon Jun 12, 2025
@moonlitgrace Got everything working! Let me know if there's anything you'd like me to help with - I'm happy to pick up some tasks, test things out, or whatever would be most useful right now.