Skip to content

Latest commit

Β 

History

History
42 lines (27 loc) Β· 1.15 KB

File metadata and controls

42 lines (27 loc) Β· 1.15 KB

DevelopersClub.rs Website

This is the official source code for the Developers Club website.
The website is built using Next.js and statically deployed to Cloudflare Pages.

🧱 Tech Stack

  • Framework: Next.js (App Router)
  • Styling: Tailwind CSS
  • Deployment: Cloudflare Pages (Static Export to developersclub.rs)

πŸš€ Getting Started

To run the project locally:

# Clone the repository
git clone https://github.com/DevelopersClubRS/DevelopersClub.rs.git
cd DevelopersClub.rs

# Install dependencies
npm install

# Run the development server
npm run dev

Open http://localhost:3000 in your browser to see the result.

πŸ”„ Deployment

The site is automatically deployed via Cloudflare Pages.
Any push to the main branch will trigger a new deployment.

✍️ Contributing

This repository is maintained by the Developers Club team.
If you'd like to contribute, feel free to open an issue or pull request.

πŸ“„ License

MIT License Β© Developers Club