Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 374 Bytes

The Alcoding Club Website

The official website of The Alcoding Club, PES University

Built with Next.js, Typescript and Node.js

Setup

Clone the repository after forking

In the client directory, run npm install

Run npm run dev

In the server directory, run npm install

Run npm run dev

In another terminal, run npm run watch

Visit http://localhost:3000