GithubHelp home page GithubHelp logo

mashaan14 / mashaan-website Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 8.63 MB

Source files for my personal website

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

HTML 1.60% CSS 18.01% JavaScript 80.39%
academic-website personal-portfolio personal-website reactjs javascript node-js nodejs webdevelopment

mashaan-website's Introduction

Picture

๐Ÿ”ด Credit ๐Ÿ”ด

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

Installation

  1. Install Node.js on your machine.

  2. If you are working on windows, add Node.js to your environment variables path. Follow this answer.

  3. Clone this repository to your local machine.

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

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

Deploying the app on GitHub Pages

  1. copy this line to the top of package.json:

    • "homepage": "https://[your username].github.io/[your repo name]",
    • in my case it's "homepage": "https://mashaan14.github.io/mashaan",
  2. copy these commands to scripts in package.json:

    • "predeploy": "npm run build",
    • "deploy": "gh-pages -d build"
  3. 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 code
main blue #4B668C
dark blue #2D3D54
light blue #EDEFF3
lighter blue #A5B2C5

mashaan-website's People

Contributors

mashaan14 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.