Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahmadnzr/portfolio-2

Single page portfolio using reactJs, this is just a portfolio template, not my real portfolio
https://github.com/ahmadnzr/portfolio-2

dark-mode portfolio-website reactjs responsive

Last synced: 24 days ago
JSON representation

Single page portfolio using reactJs, this is just a portfolio template, not my real portfolio

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/073dc31b-2a8c-496a-b395-3e18105ce8a4/deploy-status)](https://app.netlify.com/sites/nervous-wilson-4b6032/deploys)

## How to contribute ?

- Fork or clone this repo
- make sure **nodejs** is installed on your computer
- go to project directory and install dependencies

```bash
cd portfolio && \
npm install

# or if you have installed yarn, just run 'yarn'
```

- run app

```bash
# start websitte
yarn start

# build website
yarn build
```

- Open your browser and go to [http://localhost:3000](http://localhost:3000)

- explore as you like 😂