# workshop **Repository Path**: mirrors_NativeScript/workshop ## Basic Information - **Project Name**: workshop - **Description**: NativeScript! And workshops! 🎉 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NativeScript Workshop In this repo you’ll find material for holding NativeScript workshops. ## Instructions Found a problem in [this workshop’s instructions](https://nativescript.github.io/workshop/)? The instructions live in this repo’s `docs/chapters` folder. The `docs` folder is a Jekyll site, so you can run it locally with the following commands (assuming you have [Jekyll installed](https://jekyllrb.com/docs/installation/)): ``` cd docs bundle exec jekyll serve ``` Alternatively just send a pull request with any content changes and we can figure it out.