IntelligentQuantum.GitHub.IO

Personal Portfolio website that written in React.js & Next.js, Also its user interface design is like apps

MIT License

Stars
17

šŸšØ Forking this repo (please read!)

Many people have contacted me asking me if they can use this code for their own website, and the answer to that question is usually yes, with attribution.

I value keeping my site open source, but as you all know, plagiarism is bad. It's always disheartening whenever I find that someone has copied my site without giving me credit. I spent a non-trivial amount of effort building and designing this iteration of my website, and I am proud of it! All I ask of you all is to not claim this effort as your own.

TL;DR

Yes, you can fork this repo. Please give me proper credit by linking back to IntelligentQuantum.Dev. Thanks!

šŸ›  Installation & Set Up

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

    nvm install
    
  2. Install dependencies

    npm install
    
  3. Start the development server

    npm run dev
    

šŸš€ Building and Running for Production

  1. Generate a full static production build

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

    npm start
    

āš ļø License & šŸ“ Credits

IntelligentQuantum.Dev is open-source portfolio-website licensed under the MIT General Public License v3.0. created by @IntelligentQuantum & @im-parsa.

Related Projects