Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waasiq/waasiq.dev

👨‍💻 My personal portfolio website.
https://github.com/waasiq/waasiq.dev

Last synced: about 4 hours ago
JSON representation

👨‍💻 My personal portfolio website.

Awesome Lists containing this project

README

        


Logo


waasiq.dev


Personal portfolio website, built with Gatsby and hosted on Netlify.



Netlify Status

![demo](./src/images/demo.png)

## 🛠 Installation & Set Up

1. Install the Gatsby CLI

```sh
npm install -g gatsby-cli
```

2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)

```sh
nvm install
```

3. Install dependencies

```sh
yarn
```

4. Start the development server

```sh
npm start
```

## 🚀 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 run serve
```

---

### Inspiration

Design inspired by [brittanychiang.com](https://brittanychiang.com).