README.md
August 19, 2020 · View on GitHub
Ana Ashrafi's Personal Website ✨
The personal website/portfolio of Ana Ashrafi, hosted with GitHub Pages. Built using React and Bootstrap. Site URL / Demo:
anaashrafi.com
Technology Stack
Dependencies defined in package.json:
Reactjs | Bootstrap | Typist | GitHub API | Instagram API
Sharing
Project is open source, and was based on work by @hashirshoaeb that can be found here.
Prerequisites
You should have Node.js and Git installed on your PC. You should also own a GitHub account.
Setup And Deployment
-
To Get Started, Fork this repository to your GitHub account:
-
Clone the forked repo from your account using:
git clone https://github.com/<your-username>/home.git -
Open in editor and edit src/editable-stuff/configurations.json file.
-
Add your resume as <resume.pdf> in place of src/editable-stuff/resume.pdf
-
Change URL in package.json file:
"homepage": "https://<your-username>.github.io/home"Or for custom deployment, refer create-react-app.dev
-
Edit title and meta description in public/index.html.
-
After editing run the following bash commands:
npm install npm start -
To deploy website run:
npm run deployFor custom deployment, refer pages.js
npm run custom-deploy -
Congrats your site is up and running. To see it live, visit:
https://<your-username>.github.io/home
