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

https://github.com/buildit/totem-cordova

Cordova app for totem
https://github.com/buildit/totem-cordova

Last synced: 6 months ago
JSON representation

Cordova app for totem

Awesome Lists containing this project

README

          

## Totem Cordova App

### Getting started
---

First, make sure that you have Node and npm installed on your system.
This has been tested with node 8+ on a Unix based system. It WILL NOT work on Windows just yet.

Install cordova:

```
npm i -g cordova
```

You then need to clone the main [Totem app repo](https://github.com/buildit/totem)
Please make sure that the Totem app and this repo are next to each other, such that your
directory structure looks like this:

```
totem
totem-cordova
```

Inside totem-cordova (or the directory where you cloned this repo) run:

```
npm i
```

It should install all the plugins, and also symlink the totem directory to www.

If not, you can then create your own symlink by running:

```
ln -s ../totem/www ../totem-cordova/
```