This is the official source code for the Developers Club website.
The website is built using Astro and statically deployed to Cloudflare Pages.
- Framework: Astro (static output)
- 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 devOpen http://localhost:3000 in your browser to see the result.
To preview the production build locally, run npm run build followed by npm run preview.
The site is automatically deployed via Cloudflare Pages.
Any push to the main branch will trigger a new deployment.
Cloudflare Pages settings:
- Build command:
npm run build - Build output directory:
dist - Node.js: 22.12 or newer
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