diff --git a/README.md b/README.md index 654770cd1..f16b8382b 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,12 @@ We love PRs! Please follow our [contribution guide](https://www.nativescript.org - **Twitter** - [@NativeScript](http://twitter.com/NativeScript) - **Blog** - [http://nativescript.org/blog](http://nativescript.org/blog) - **Forum** - [General discussion](http://www.telerik.com/forums/nativescript/general-discussions) + +## Most popular repositories: +- **[Cross-Platform Modules](//github.com/NativeScript/cross-platform-modules/)** - Stores the code of the cross-platform modules, written in TypeScript +- **[iOS Runtime](//github.com/NativeScript/ios-runtime/)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an iOS device +- **[Android Runtime](//github.com/NativeScript/android-runtime)** - Holds the runtime, allowing the JavaScript code of your application to be executed on an Android device +- **[NativeScript CLI](//github.com/NativeScript/nativescript-cli)** - Contains the Command-Line Interface for creating a NativeScript application +- **[Docs](//github.com/NativeScript/docs)** - Contains the NativeScript documentation (available on http://docs.nativescript.org/) in MarkDown format +- **[Hello-World Template](//github.com/NativeScript/template-hello-world)** - Contains the code of the application the CLI creates by default +- **[Cuteness Sample](//github.com/NativeScript/sample-cuteness)** - Stores the code of the Cuteness proof of concept application (A Reddit Kitten browser)