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
- Host: GitHub
- URL: https://github.com/buildit/totem-cordova
- Owner: buildit
- Created: 2017-09-26T09:26:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T10:54:31.000Z (almost 9 years ago)
- Last Synced: 2025-02-04T23:31:13.442Z (over 1 year ago)
- Size: 648 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```