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.local
in each folder under the/apps
directory. - Run
pnpm i
to install the dependancies. - Run
pnpm dev
to 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