This is an Activity Finder app for OpenY platform.
Install dependencies:
npm install
Run a dev build:
npm run dev
Run a production build:
npm run build
If you prefer yarn rather than npm, it is also supported
To install it, use (brew install yarn
)
Dev mode: yarn run dev
Production build: yarn run build