# tinytapeout_gds_viewer **Repository Path**: mirrors_urish/tinytapeout_gds_viewer ## Basic Information - **Project Name**: tinytapeout_gds_viewer - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-03 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tinytapeout_gds_viewer you can use https://github.com/mbalestrini/GDS2glTF to generate the glTF file from a GDS file (right now tested and built for SKY130 pdk and small designs) ## Local development You need nodejs 16 or higher installed. Get it from https://nodejs.org/en/download/. Run `npm install` to install dependencies. Finally, run `npm start` to start the development server. Go to http://localhost:5173 to see the app. ## Deployment Run `npm run build` to build the app for production. The build artifacts will be stored in the `dist/` directory.