MyWeekend is an AI-powered trip planning tool that helps inspire your week.
The client code is in the client
module. Simply cd client
and install dependencies with npm install
. Deploy with npm run dev
.
The server code is in the server
module. Simply cd server
and install dependencies with npm install
. Deploy with npm run dev
.