Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nisarhassan12/portfolio

A beautiful lightweight accessible and performant personal portfolio website.
https://github.com/nisarhassan12/portfolio

css design html js parcel porfolio-website portfolio portfolio-website resume sass template

Last synced: 3 days ago
JSON representation

A beautiful lightweight accessible and performant personal portfolio website.

Awesome Lists containing this project

README

        

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/nisarhassan12/portfolio)

# Portfolio

> My portfolio site, which is now open source!

> Check out the [live site here →][site]

![image][screenshot]

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.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

## 🚀 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