anishshobithps / anishshobithps.com

My own website
https://anishshobithps.com
6 stars 2 forks source link

anishshobithps.com

My personal website, where I share my experiences and I also write blogs!

Prerequisites

Tech Stack

Setting up and Running

[!IMPORTANT] To avoid confusions, I suggest creating one common directory for the API code and website code, then we can clone both project to the that common directory.

  1. Create the common directory, skip if you already made the common directory while cloning the api.

    mkdir website
  2. Change the directory to the website directory, skip if you have done during the website process.

    cd website
  3. Clone the Project

    git clone git@github.com:anishshobithps/anishshobithps.com.git www

    [!CAUTION] Run the API before running the website

  4. Change the directory to the www folder.

    cd www
  5. Install Dependencies required for the project.

    npm install
  6. Run the dev version or build code for production via npm run.

    npm run dev
    # or
    npm run build

Acknowledgements