Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 648 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 648 Bytes

Lambda Blog

Blog for Lambda, IIT Hyderabad made with NextJS and TailwindCSS.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • node : Check the installation using the below command
node -v

Installation

npm i

OR

yarn install

After successful installation, run

npm run dev

to view the blog locally.

Follow the guidelines mentioned in the CONTRIBUTING.md to start contributing to the repo.