The personal website/portfolio of Ana Ashrafi, hosted with GitHub Pages. Built using React and Bootstrap. Site URL / Demo:
anaashrafi.com
Dependencies defined in package.json:
Reactjs | Bootstrap | Typist | GitHub API | Instagram API
Project is open source, and was based on work by @hashirshoaeb that can be found here.
You should have Node.js and Git installed on your PC. You should also own a GitHub account.
-
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 deploy
For 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