MarkusAI is an office supply management system
Check if both Node.js and npm are installed by running this command on the terminal:
npm -v && node -v
- Run the backend for the API calls: https://github.com/masagal/MarkusAI-backend
Use the terminal to clone the frontend project
git clone https://github.com/masagal/MarkusAI-frontend.git
cd into the project, and install the dependencies using npm:
cd MarkusAI-frontend
npm install
npm run dev