# design-sprint-guide **Repository Path**: mirrors_thoughtbot/design-sprint-guide ## Basic Information - **Project Name**: design-sprint-guide - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-10 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Design Sprint Guide The Design Sprint Guide is a static website built using [Eleventy](https://11ty.dev). ## Contributing You can find details of how to contribute and more details about the project in our [Contributing Guide](https://github.com/thoughtbot/design-sprint-guide/blob/main/CONTRIBUTING.md). Start by installing dependencies: ``` ./bin/setup ``` ### Run Eleventy ``` npm start ``` This will start Eleventy, watch sass files, run the CMS locally, and reload the browser on changes. The application will be running on `localhost:8080`. ### Access the CMS We use [Decap CMS](https://decapcms.org) locally to make editing exercises, and schedules easier. To access the CMS run everything above. Then open `localhost:8080/admin` in a browser, and tap 'Login' (no login required). The CMS is optional, you can still edit everything manually if you want to. In future we plan to hook up the entire site to the CMS, accessible from anywhere with proper authentication.