Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rohitchourey0809/rohit_personal_react_portfolio

Rohit_PortFolio_with_React
https://github.com/rohitchourey0809/rohit_personal_react_portfolio

Last synced: about 16 hours ago
JSON representation

Rohit_PortFolio_with_React

Awesome Lists containing this project

README

        

# Cleanfolio

A clean and simple portfolio template built using React, if want a template built with HTML, CSS and JS then check out [Cleanfolio Minimal](l).

## Preview

[![Imgur](https://imgur.com/FwDMNEM.gif)]()

[See Live](o)

## Instructions

### Setup

```shell
git clone
cd cleanfolio
```

If you use [nvm](https://github.com/nvm-sh/nvm) or [fnm](https://github.com/Schniz/fnm) (optional) -

```shell
nvm install
nvm use
```

Or -

```shell
fnm install
fnm use
```

Install and run -

```shell
yarn
yarn start
```

### How to use

- Open `public/index.html` and replace -

`John Smith` with `Your Name`.

- Open `src/portfolio.js` and make changes.

### Deployment

- Go to `package.json` file and replace -

`"homepage": ""`

with `"homepage": "https://rohitchourey0809.github.io"`.

- Push the changes.

- Build and deploy -

```shell
yarn build
yarn deploy
```

## License

[MIT](https://choosealicense.com/licenses/mit/)