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.
- Host: GitHub
- URL: https://github.com/nativescript-community/nativescript-community.github.io
- Owner: nativescript-community
- Created: 2020-11-22T16:11:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T01:23:54.000Z (over 5 years ago)
- Last Synced: 2025-01-04T19:42:20.875Z (over 1 year ago)
- Language: Svelte
- Size: 4.66 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```