Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/im-parsa/im-parsa.github.io
- Owner: im-parsa
- License: mit
- Fork: true (IntelligentQuantum/IntelligentQuantum.GitHub.IO)
- Created: 2021-12-02T15:18:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T08:11:52.000Z (over 1 year ago)
- Last Synced: 2024-09-26T01:35:46.661Z (about 1 month ago)
- Topics: next, nextjs, npm, portfolio, portfolio-site, portfolio-website, react, reactjs, reactjs-components, sass, sass-framework, scss, typescript
- Language: TypeScript
- Homepage: https://parsa-firoozi.ir
- Size: 113 MB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My Personal Website - Portfolio
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).