This is a mono repo for us to house all of our project in one places and make it easier to manage.
- Make sure you have a file called
.env.localin each folder under the/appsdirectory. - Run
pnpm ito install the dependancies. - Run
pnpm devto start the dev server. - Check the console to see which port each app is running on. By default it should be:
- Aww Rats: http://localhost:3000
- Backtalk: http://localhost:3001