An open API service indexing awesome lists of open source software.

https://github.com/nativescript-community/nativescript-community.github.io

Website for the NativeScript Community.
https://github.com/nativescript-community/nativescript-community.github.io

Last synced: 7 months ago
JSON representation

Website for the NativeScript Community.

Awesome Lists containing this project

README

          

# NativeScript Community Website

This is the repo that contains the NativeScript website. It is built using Svelte and is based off of [Metronic - Demo 7](https://preview.keenthemes.com/metronic/demo7/index.html) theme.

## Running Locally

Install the dependencies...

```bash
npm install
```

...then start [Rollup](https://rollupjs.org):

```bash
npm run dev
```

Navigate to [localhost:5000](http://localhost:5000). You should see your app running.

## Building and running in production mode

To create an optimised version of the app:

```bash
npm run build
```