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.
🔐
🔐
-
Install the Gatsby CLI
npm install -g gatsby-cli
-
Fork and/or clone this repo.
git clone "github repo"
-
Install dependencies
yarn
-
Start the development server
⋅⋅* On Localhost
```sh gatsby develop ```
⋅⋅* On Your Local Network
```sh yarn dev-local ```
-
Generate a full static production build
gatsby build
-
Preview the site as it will appear on production
gatsby serve