This app was created to help users learn more about memory management in C++. Many college students, highschool students and others alike struggle with understanding memory errors in their code as they can often by ambigious. Using MemoryMap will help you map out your thought process and see what's actually happening in the heap and the stack!
npm install
npm run devnpm run buildThe built files will be in the dist directory.
The app is configured for deployment on Vercel. Simply connect your GitHub repository to Vercel and it will automatically deploy.
Manual Deployment:
- Build the project:
npm run build - Deploy the
distfolder to your hosting provider - Ensure your hosting provider is configured for SPA routing (all routes redirect to
index.html)
Vercel Configuration:
- The
vercel.jsonfile is already configured for SPA routing - Framework: Vite
- Build Command:
npm run build - Output Directory:
dist