Server (Server code now has it's own repo [https://github.com/ARCA-Arweave/permasnap-server])
To Start :
From /server : npm run start:dev
- 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