trainee-chiikawa-26t2 project!
Learnten is made up of a frontend and a backend structured as a monorepo. We will be using pnpm as the package manager. To install, start by cloning the repo. If you have permission to push changes, make sure you've set up SSH keys on your account. You can then clone the repo with git clone git@github.com:devsoc-unsw/trainee-chiikawa-26t2.git.
Navigate into the frontend with cd frontend and then run pnpm i to install packages. To start the development server, run pnpm run dev.
Navigate into the backend with cd backend and then run pnpm i to install packages. To start the backend server, run pnpm run dev.