LexAid LexAid is a project consisting of a frontend and a backend, both of which can be run locally for development purposes. Project Structure Set Up Backend cd backend # then npm install # then npm run dev Set Up Frontend cd backend # then npm install # then npm run dev