Skip to content

LambdaIITH/web_deploy

Repository files navigation

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.