https://github.com/elalfymohamed/developerfolio
🚀 My personal website + Built with Gatsby.js.
https://github.com/elalfymohamed/developerfolio
developerfolio gatsby gatsby-site my-profile myproject reac-hooks react scss webpack
Last synced: 2 months ago
JSON representation
🚀 My personal website + Built with Gatsby.js.
- Host: GitHub
- URL: https://github.com/elalfymohamed/developerfolio
- Owner: elalfymohamed
- License: 0bsd
- Created: 2021-02-14T02:17:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T00:39:54.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T10:32:42.442Z (4 months ago)
- Topics: developerfolio, gatsby, gatsby-site, my-profile, myproject, reac-hooks, react, scss, webpack
- Language: JavaScript
- Homepage: https://elalfymohamed.netlify.app/
- Size: 34.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gatsby v3
developerFolio## 🚀 Quick start
```shell
git clone https://github.com/elalfymohamed/developerFolio.git
``````shell
# Install dependencies
yarn
``````shell
# Run app
yarn develop
``````shell
# Build app
yarn build
```