Skip to content

crafter-station/codebrew.tech

Repository files navigation

Code Brew

GitHub

Monthly meetups for software engineers, designers, founders, and tech professionals across Latin America and Spain.

Visit the live site at codebrew.tech


About

Code Brew is a monthly meetup series organized by Crafter Station that brings together tech communities. From Lima to Madrid, Bogota to Buenos Aires — we're creating spaces where professionals can thrive over coffee and conversation.

Mission

  • Connect: Bridge the gap between tech professionals across Latin America and beyond
  • Share: Create spaces for knowledge exchange, mentorship, and collaborative learning
  • Build: Foster lasting relationships that turn into projects, companies, and friendships

Stats

  • 06 Events hosted
  • 05 Countries and growing
  • 100+ Attendees

Active Cities

  • Lima, Peru
  • Bogota, Colombia
  • Madrid, Spain
  • São Paulo, Brazil (coming soon)
  • Buenos Aires, Argentina (coming soon)

Tech Stack

This website is built with modern web technologies:


Getting Started

Prerequisites

  • Node.js 20+ or Bun
  • Package manager: npm, yarn, pnpm, or bun

Installation

# Clone the repository
git clone https://github.com/crafter-station/codebrew.tech.git
cd codebrew.tech

# Install dependencies
npm install
# or
bun install

Development

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 to see the result.

Build

npm run build
npm start

Linting

npm run lint

Project Structure

codebrew.tech/
├── app/              # Next.js app directory
│   ├── page.tsx      # Home page
│   ├── deck/         # Partnership deck
│   └── layout.tsx    # Root layout
├── components/       # React components
│   ├── globe.tsx     # Interactive 3D globe
│   ├── footer.tsx    # Footer component
│   └── ...
├── public/           # Static assets
├── lib/              # Utilities
└── scripts/          # Build scripts

Contributing

We welcome contributions! If you'd like to improve the Code Brew website:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'feat: add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Join the Community


Partnership

Interested in sponsoring or partnering with Code Brew? View our partnership deck or reach out through crafters.chat.


License

This project is maintained by Crafter Station.


Est. 2024 · Built with care for the tech community

Releases

No releases published

Packages

 
 
 

Contributors