Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 632 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 632 Bytes

Permasnap

Server (Server code now has it's own repo [https://github.com/ARCA-Arweave/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