# code-swift **Repository Path**: mirrors_thoughtbot/code-swift ## Basic Information - **Project Name**: code-swift - **Description**: Swift playgrounds for Code Swift Stockholm - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Code Swift Playgrounds 1. Install the dependencies: `npm install -g gulp && npm install` (if you don't have `npm`, install `node.js` using `brew install node`. Don't have `brew`? Well...) 2. Add a new or edit the existing markdown files in `/source/` 3. Run `gulp` in the command line to generate the playgrounds 4. Commit and push 5. Profit ### Auto Generation If you watn the Playgrounds to be generated as soon as you save the source file, run: ~~~shell gulp watch ~~~