This is the official source code for the Developers Club website.
The website is built using Next.js and statically deployed to Cloudflare Pages.
- Framework: Next.js (App Router)
- Styling: Tailwind CSS
- Deployment: Cloudflare Pages (Static Export to developersclub.rs)
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.
The site is automatically deployed via Cloudflare Pages.
Any push to the main
branch will trigger a new deployment.
This repository is maintained by the Developers Club team.
If you'd like to contribute, feel free to open an issue or pull request.
MIT License © Developers Club