Skip to content

AbdallahAbis/Abdallah-Abis

Repository files navigation

Abis

Abdallah Abis



demo


This Portfolio was designed and developed by Abdallah Abis using GatsbyJS and hosted on Netlify, the design was inspired by Brittany Chiang, I hope you like it.



🔐

💥 FORK IT, BUT PLEASE MENTION ME:exclamation:

🔐



🛠 Installation & Set Up

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Fork and/or clone this repo.

    git clone "github repo"
  3. Install dependencies

    yarn
  4. Start the development server

    ⋅⋅* On Localhost

      ```sh
      gatsby develop
      ```
    

    ⋅⋅* On Your Local Network

      ```sh
      yarn dev-local
      ```
    

🚀 Building and Running for Production

  1. Generate a full static production build

    gatsby build
  2. Preview the site as it will appear on production

    gatsby serve