New chat started from template New Project
I'll upload my resume,make modifications as per my resume so it looks like my portfolio. Also once done,guide me how to clone this project,deploy it on netlify and then add it to my linkedin
I'll modify the portfolio to match your resume information. Here's the customized version:
Now that I've customized the portfolio to match your resume, here's how to deploy it:
Open your terminal and run:
git clone https://github.com/yourusername/ascii-portfolio.git
cd ascii-portfolio
npm install
Run the development server:
npm run dev
Install Netlify CLI:
npm install -g netlify-cli
Build your project:
npm run build
Deploy to Netlify:
netlify deploy
out
Preview your deployment, and if everything looks good, run:
netlify deploy --prod
Configure the build settings:
npm run build
out
NETLIFY_NEXT_PLUGIN_SKIP=true
https://your-portfolio.netlify.app
).Your ASCII portfolio now reflects your professional experience and skills in a unique, interactive format that will stand out to potential employers!
git clone https://github.com/yourusername/ascii-portfolio.git...
Build Error
Error evaluating Node.js code ./src/app/globals.css
Error evaluating Node.js code Error: Cannot apply unknown utility class: border-border [at onInvalidCandidate (/home/wikiati/projects/adarsh-portfolio/node_modules/tailwindcss/dist/lib.js:17:348)] [at pe (/home/wikiati/projects/adarsh-portfolio/node_modules/tailwindcss/dist/lib.js:12:141887)] [at Ue (/home/wikiati/projects/adarsh-portfolio/node_modules/tailwindcss/dist/lib.js:17:311)] [at ai (/home/wikiati/projects/adarsh-portfolio/node_modules/tailwindcss/dist/lib.js:33:784)] [at process.processTicksAndRejections (node:internal/process/task_queues:105:5)] [at async si (/home/wikiati/projects/adarsh-portfolio/node_modules/tailwindcss/dist/lib.js:33:1079)] [at async Cr (/home/wikiati/projects/adarsh-portfolio/node_modules/@tailwindcss/node/dist/index.js:12:3305)] [at async S (/home/wikiati/projects/adarsh-portfolio/node_modules/@tailwindcss/postcss/dist/index.js:10:3320)] [at async Object.Once (/home/wikiati/projects/adarsh-portfolio/node_modules/@tailwindcss/postcss/dist/index.js:10:3596)] [at async LazyResult.runAsync (turbopack:///[project]/node_modules/postcss/lib/lazy-result.js:293:11)]
i am facing these issues,i removed tailwindconfig.js to avoid conflicts with tailwindconfig.tsx. kindly tell me the steps to fix the errors so I can easily test it on my device and then host it on netlify. I did basic create next js app and then added the scripts from here in the same order as given. The picture provides the file structure on my device here are the terminal errors