Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/waasiq/waasiq.dev
- Owner: waasiq
- License: mit
- Created: 2023-05-04T14:06:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T18:31:44.000Z (5 months ago)
- Last Synced: 2024-06-25T14:02:24.948Z (5 months ago)
- Language: JavaScript
- Homepage: https://waasiq.netlify.app/
- Size: 8.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
waasiq.dev
Personal portfolio website, built with Gatsby and hosted on Netlify.![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).