/my-website

The codebase for my personal website - cdadityang

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

cdadityang Website

The codebase for my website that will serve as my portfolio.

Ruby 3.3.4 Rspec 3.13 Build Status Issues Issues closed Pulls Pulls License CLA assistant

Visit my website



Table of Contents



Installation

Development Installation

  1. Clone this repo and cd into it:

    $ git clone https://github.com/cdadityang/my-website.git
    $ cd my-website
  2. Install all dependencies:

    yarn install --check-files
  3. Run the development server:

    yarn start
    # or `npm run start`
    • This will run the server on port 3002, you can change the port in package.json file in start script

Production Installation

  1. Clone this repo and cd into it:

    $ git clone https://github.com/cdadityang/my-website.git
    $ cd my-website
  2. Install all dependencies:

    yarn install --check-files
  3. Build the react app:

    yarn build
    # or `npm run build`
  4. Serve you app from the build folder created by the above command.

    cd build
    # Example, to start on localhost:3002 or YOUR_IP:3002
    python -m SimpleHTTPServer 3002


Contributing

If you would like to contribute, please check this contributing guide

Please check this Code of Conduct guide before contributing or having any kind of discussion(issues, pull requests etc.) with the cdadityang-website project!


Connect:

Need any help? Have any Questions? Or just say us hi!

  1. Twitter
  2. Instagram
  3. My Blog
  4. Drabkirn