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

https://github.com/coderj001/portfolio

Personal Protfolio
https://github.com/coderj001/portfolio

Last synced: 4 months ago
JSON representation

Personal Protfolio

Awesome Lists containing this project

README

          

# Portfolio

> My portfolio site, which is now open source!

> Check out the [live site here →]( https://coderj001.github.io/portfolio/ )

![image]( https://i.imgur.com/MxMBssS.jpg )

This repo contains the code for a portfolio site that has a rich user-experience, is performant, and accessible. The website is built using HTML, SCSS, vanilla JavaScript, and it doesn't use any CSS or JavaScript libraries or have any framework dependencies. Everyone is welcome to contribute or use it as a template for their portfolio. Please give me (this repo) credit for the theme design.

#### Online one-click setup for Contributing

Contribute to the portfolio, using a fully featured online development environment; cloned repo, pre-installed dependencies, running web server.

## 🚀 Getting Started

You need [Node.js][node] to develop the site locally on your computer.

### 🔋 Step #1. Install the Dependencies

```sh
npm install
```

### 📟 Step #2. Start the Development Server

```sh
npm run dev
```

This will start the development server at [`http://localhost:1234`][local] that you should browse to check the local dev version of this site.

### ♻️ Step #3. Production Build

```sh
npm run prod
```

This script will create the production build that contains the site code, which is fast and optimized and minified for production.

[site]: https://nisar.surge.sh
[screenshot]: https://user-images.githubusercontent.com/46004116/81985654-fd088c00-964f-11ea-8fae-1ce021b729c8.png
[node]: https://nodejs.org/en/download/
[local]: http://localhost:1234