Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 539 Bytes

Code powering Chennai Web Group

This repo is powering the main website of Chennai Web Group and built using NextJs

Development

Note: Node, NPM/Yarn are prerequisites

  • Clone this repository: git clone https://github.com/chennai-web-group/website.git
  • Go to the project: cd website
  • Install dependencies: yarn
  • Start the development server: yarn dev
  • For better dev experience, enable prettier in your IDE