Last 12 weeks · 0 commits
1 of 6 standards met
Repository: benawad/codeponder. Description: Marketplace for Code Reviews Stars: 283, Forks: 48. Primary language: TypeScript. Languages: TypeScript (98.6%), HTML (0.8%), JavaScript (0.6%). Topics: graphql, marketplace, node, postgresql, react, review, typescript. Open PRs: 1, open issues: 14. Last activity: 3y ago. Community health: 28%. Top contributors: benawad, renovate-bot, onemen, mrjbj, jonahgoldwastaken, audiBookning, paean99, tylergreulich.
TypeScript
On this page https://www.codeponder.com/register This error shown in the console when forms are filled and create account clicked: the post data:
This resolves a few issues I found while testing Codeponder.
I wanted to leave an issue open for everyone who is trying to run codeponder on Windows. There is two steps to follow: First, go to /packages/server/package.json and remove the variable from the start script. Tt should stay: as far as i know, Windows does not allow you to set env variables that way, we could use the cross-env package or set the variable through powershell or cmd; but instead since the project is using the dotenv-safe package we can leverage that and add the variable on the .env file. then if we try to run the web server we may run into the following problem: in order to make it work we need to go to to and replace: for: That's all, assuming you have everything (redis, postgres) set up correctly. I've not tested if this doesn't break compatibility for mac and linux, if someone can confirm i can go ahead and submit a pull request.