https://github.com/nativescript/workshop
NativeScript! And workshops! 🎉
https://github.com/nativescript/workshop
Last synced: about 1 month ago
JSON representation
NativeScript! And workshops! 🎉
- Host: GitHub
- URL: https://github.com/nativescript/workshop
- Owner: NativeScript
- Created: 2017-02-16T16:14:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T21:07:52.000Z (about 4 years ago)
- Last Synced: 2024-10-29T16:58:28.316Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://nativescript.github.io/workshop/
- Size: 58 MB
- Stars: 23
- Watchers: 8
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.