Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.71 KB

README.md

File metadata and controls

67 lines (45 loc) · 1.71 KB
Logo

Mohammad H. Bahrampour Portfolio

The first iteration of mhbahrampour.ir built with Next.js and hosted with Netlify

Netlify Status

demo

🚨 Forking this repo (please read!)

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!

🛠 Installation & Set Up

  1. Install and use the correct version of Node using NVM

    nvm install
  2. Install dependencies

    npm i
  3. Run tests

    npm run test
  4. Start the development server

    npm run dev

🚀 Building and Running for Production

  1. Generate a production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run start

License

MIT