the-sofa-activist-library
v1.1.2
Published
## installing requirements
Downloads
7
Readme
The Sofa Activist
installing requirements
- install npm dependencies
npm install
- do login on Adalo environment
npm run login
- adjust
adalo.json
project configuration- demoAppURL (ex: "https://previewer.adalo.com/b1d209d4-1236-4d97-ac00-0ce284af8c24")
- supportURL (ex: "https://app.adalo.com/apps/b1d209d4-1236-4d97-ac00-0ce284af8c24")
development running
configure Adalo project to development mode (and save it)
- user => settings => Account => Profile => Enable Developer Mode
view the app on View App => Staging Preview
build the project (required one time only)
npm run build
start the project
npm start