We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the Updog wiki!
Updog is a social media application where users can share their thoughts and listen to others.
This is a monorepo containing both the frontend and backend. They share linting rules and style conventions enforced via prettier/eslint.
Frontend:
Backend:
Run npm i in these directories:
npm i
The project root contains the eslint rules and pre-commit hooks, so make sure you npm i at the root to enable these tools.
Then, follow the frontend readme and/or the backend readme to launch the apps.