-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Thanks for all your work and the clean interface! I wanted to look into the code to see if I can contribute and found smaller inaccuracies when wanting to start dev-environment.
- actually I need to set NODE_ENV to development, I haven't seen this advice in https://docs.tududi.com/getting-started/installation. I think it would suffice to say copy .env.example to .env as a starting point
- both README.md and https://docs.tududi.com/getting-started/installation state that the backend is on http://localhost:3001, but when starting via "npm run backend:dev" I'm getting the same as in production (3002), I don't see anything in code stating port 3001 so far.
- npm run db:init and the login data should be in the README under "Quick overview", since you can't run it with the information provided there
- https://docs.tududi.com/getting-started/installation states a login of dev@example.com with "password123". the Password seems to be correct, but the user seems to be test@tududi.com (looked into the seeders-dir)
I would have changed it with a PR on my own, but the documentation seems to be no part of git, correct me if I'm wrong.
Regards
Steps to Reproduce
- only documentation issues
Expected Behavior
- only documentation issues
Actual Behavior
- only documentation issues
Operating System
Other
Browser
Other
Tududi Version
main-branch
Screenshots
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working