Skip to content

pborel/detroit-developers-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detroit Developers Website

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

About

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.

Tech Stack

  • Eleventy (11ty) — static site generator
  • Nunjucks — templating
  • Markdown — content (posts and events)
  • CSS — styling

Getting Started

Prerequisites

  • Node.js (v18+)
  • npm

Install dependencies

npm install

Development

Start a local dev server with live reload:

npm run dev

The site will be available at http://localhost:8080.

Build

Build the static site to the _site/ directory:

npm run build

Deploy

npm run deploy

Community

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors