Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/im-parsa/im-parsa.github.io

Personal website that written in React.js & Next.js, Also its user interface design is like apps
https://github.com/im-parsa/im-parsa.github.io

next nextjs npm portfolio portfolio-site portfolio-website react reactjs reactjs-components sass sass-framework scss typescript

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        


parsa firoozi


My Personal Website - Portfolio


parsa firoozi


Personal website that written in ReactJS & NextJS, Also its user interface design is like apps

## 🚨 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.

## 🛠 Installation & Set Up

1. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)

```sh
nvm install
```

2. Install dependencies

```sh
npm install
```

3. Start the development server

```sh
npm run dev
```

## 🚀 Building and Running for Production

1. Generate a full static production build

```sh
npm run build
```

1. Preview the site as it will appear once deployed

```sh
npm start
```

## ⚠️ License & 📝 Credits
IntelligentQuantum.Dev is open-source portfolio-website licensed under the MIT General Public License v3.0. created by [@im-parsa](https://github.com/im-parsa) & [@IntelligentQuantum](https://github.com/IntelligentQuantum).