This is the official repository for CodeDevils' website. It's built using the Next.js framework, Tailwind CSS, and TypeScript. The website is hosted on Vercel.
Packages:
Installing the project:
- Clone the repository:
git clone https://github.com/ASU-CodeDevils/codedevils.org.git
- Install the dependencies:
pnpm install
- Run the development server:
pnpm dev