mashaan14 / mashaan

Deployed react app for Mashaan's personal website.

Home Page:https://mashaan14.github.io/mashaan/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

website

Credit

This website design was inspired by this repository. Any credit should be directed there.

Installation

  1. Install Node.js on your machine.

  2. Clone this repository to your local machine.

  3. Open the folder on VSCode and type npm install in the terminal to install the dependencies.

  4. Run npm start to start the app. It should open directly on your default browser. But if it didn't, you can find it on http://localhost:3000

Deploying the app on GitHub Pages

  1. copy this to the top of package.json:
  • "homepage": "https://mashaan14.github.io/testtest112233",
  1. copy these commands to scripts in package.json:
  • "predeploy": "npm run build",
  • "deploy": "gh-pages -d build"
  1. Run these commands from the terminal:
  • npm install gh-pages --save-dev
  • git init
  • git remote add origin https://github.com/[your username]/[your repo name].git
  • npm run deploy

Colors

  HEX
main #4B668C
dark #2D3D54
light #EDEFF3
lighter #A5B2C5

About

Deployed react app for Mashaan's personal website.

https://mashaan14.github.io/mashaan/


Languages

Language:JavaScript 81.2%Language:CSS 17.3%Language:HTML 1.5%