Blog website is a open source project
Step-by-step instructions to set up the project locally.
- Clone the repository:
git clone https://github.com/rameshkrishnan-s/blog-website.git
- Frontend :
cd frontend
npm i
npm run dev
- Backend :
cd backend
npm i
node server.js