From 8739e8d6cf164126bdf18e3dca83a47fd159d576 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 7 Apr 2021 10:05:45 -0700 Subject: [PATCH] chore: readme links --- README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 422774c96..3effe82f8 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,9 @@ [NativeScript](http://www.nativescript.org) empowers you to access native APIs from JavaScript directly. The framework currently provides iOS and Android runtimes for rich mobile development and can be utilized in a number of diverse use cases. -## Getting Started and Installation +## Setup and Installation -Our Getting Started Guides are hands-on tutorials that walk you through developing with NativeScript: - -* [Get started with JavaScript](http://docs.nativescript.org/tutorial/chapter-0) -* [Get started with TypeScript and Angular](http://docs.nativescript.org/angular/tutorial/ng-chapter-0) +* [Environment Setup](https://docs.nativescript.org/environment-setup.html) ## Contribute @@ -29,7 +26,7 @@ $ npm run setup $ npm start ``` -We love you and PR's 🤗 Please follow our [contributing guide](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md) and see [our code of governance](https://nativescript.org/governance/) to become as involved as you want to be. +We love you and PR's 🤗 Please follow our [contributing guide](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md) and see [our code of governance](https://github.com/NativeScript/management/blob/master/nativescript-governance.md) to become as involved as you want to be. ## @nativescript/* @@ -49,15 +46,11 @@ We love you and PR's 🤗 Please follow our [contributing guide](https://github. ## Quick Links - [NativeScript home page](https://nativescript.org) -- [Install NativeScript demo mobile app](https://www.nativescript.org/nativescript-example-application) - [NativeScript playground](https://play.nativescript.org) - [NativeScript and Angular](https://play.nativescript.org/?template=play-ng&tutorial=getting-started-ng) - [NativeScript on Twitter](http://twitter.com/NativeScript) -- [NativeScript community Slack channel](https://www.nativescript.org/slack-invitation-form) - [NativeScript on Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript) - [NativeScript documentation](https://docs.nativescript.org/) -- [NativeScript marketplace](https://market.nativescript.org/) -- [NativeScript roadmap](https://www.nativescript.org/roadmap) ## Other framework source repositories @@ -72,12 +65,10 @@ Outside of the source centralized in this repo, the NativeScript framework consi - **[CLI](//github.com/NativeScript/nativescript-cli)** - [![npm](https://img.shields.io/npm/dm/nativescript.svg)](https://www.npmjs.com/package/nativescript) - This repo contains the NativeScript command-line interface, which lets you create, build, and run apps using the NativeScript framework. The CLI is written in TypeScript. -- **[Docs](//github.com/NativeScript/docs)** +- **[Docs](//github.com/NativeScript/docs-new)** - [![Docs](https://img.shields.io/badge/Docs-NativeScript-brightgreen)](https://docs.nativescript.org/) - This repo contains the NativeScript framework documentation, which is available at . The docs are written in Markdown. -In addition to the code that makes up the NativeScript framework itself, we also provide a number of [open-source sample apps](https://www.nativescript.org/app-samples-with-code) from which you can take reference while building your NativeScript application. - ## License [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/NativeScript/NativeScript/blob/master/LICENSE)