# talks **Repository Path**: mirrors_c-bata/talks ## Basic Information - **Project Name**: talks - **Description**: WIP: slide viewer for my talk. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Talks WIP: Slide viewer for my portfolio. See https://c-bata.link/talks ## How to build ### Requirements * Node * yarn * Scss * Compass ### Build CSS ``` $ npm run compass ``` ### Build JS ``` $ yarn $ npm run build ```