The first iteration of mhbahrampour.ir built with Next.js and hosted with Netlify
This website is completely designed and implemented by me, although the design was inspired by Brittany Chiang's portfolio. Feel free to use this project for your personal portfolio but please give me proper credit by linking back to mhbahrampur.ir. Thanks!
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
npm i
-
Run tests
npm run test
-
Start the development server
npm run dev
-
Generate a production build
npm run build
-
Preview the site as it will appear once deployed
npm run start