My personal website, where I share my experiences and I also write blogs!
- Node.js
- Git
- API
- Astro
- React
- TailwindCSS
- TypeScript
- shadcn
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.
- Create the common directory, skip if you already made the common directory while cloning the api.
mkdir website
- Change the directory to the
website
directory, skip if you have done during the website process.
cd website
- Clone the Project
git clone [email protected]:anishshobithps/anishshobithps.com.git www
Caution
Run the API before running the website
- Change the directory to the
www
folder.
cd www
- Install Dependencies required for the project.
npm install
- Run the dev version or build code for production via
npm run
.
npm run dev
# or
npm run build