The official website for the Detroit Software Developers meetup group — a community of 750+ developers meeting monthly in Detroit to talk software, startups, and technology.
Live site: detroitdevelopers.com
Detroit Developers is a monthly meetup focused on software development, engineering practices and the local tech startup scene. This repository contains the source code for the community website, which lists upcoming events, blog posts and meetup information.
- Eleventy (11ty) — static site generator
- Nunjucks — templating
- Markdown — content (posts and events)
- CSS — styling
- Node.js (v18+)
- npm
npm installStart a local dev server with live reload:
npm run devThe site will be available at http://localhost:8080.
Build the static site to the _site/ directory:
npm run buildnpm run deploy- Meetup: meetup.com/detroit-software-developers
- Website: detroitdevelopers.com