# site-events **Repository Path**: mirrors_dart-lang/site-events ## Basic Information - **Project Name**: site-events - **Description**: Source of events.dartlang.org - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # events.dartlang.org This is where events microsites live. ## Development If you work on sites-www or sites-webdev, you probably have everything you need except perhaps for bower: ``` npm install -g bower ``` Then, to make and preview the site: ``` cd site-events make build firebase serve ``` ## Deployment Run `make deploy` in root directory.