Code powering Chennai Web Group
This repo is powering the main website of Chennai Web Group and built using NextJs
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