Skip to content

anishshobithps/anishshobithps.com

Repository files navigation

anishshobithps.com

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

Prerequisites

  • Node.js
  • Git
  • API

Tech Stack

  • Astro
  • React
  • TailwindCSS
  • TypeScript
  • shadcn

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
  1. Change the directory to the website directory, skip if you have done during the website process.
cd website
  1. Clone the Project
git clone git@github.com:anishshobithps/anishshobithps.com.git www

Caution

Run the API before running the website

  1. Change the directory to the www folder.
cd www
  1. Install Dependencies required for the project.
npm install
  1. Run the dev version or build code for production via npm run.
npm run dev
# or
npm run build

Acknowledgements