Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

ARCA-Arweave/permasnap-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Permasnap

Server

To Start :

From /server : npm run start:dev

Client

Prerequisites:

  • Android: install latest Android Studio
  • iOS: macBook+iPhone only, instructions to follow, but basically install Xcode
  • Ensure ionic-cli installed: npm install -g @ionic/cli

cd permasnap-client

npm install

To start in the browser without mobile: -- (this will probably not work very well)

ionic serve

For mobile development:

ionic cap sync android

ionic cap open android

or

ionic cap sync ios

ionic cap open ios