Blog for Lambda, IIT Hyderabad made with NextJS and TailwindCSS.
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.
- node : Check the installation using the below command
node -v
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.