Skip to content

ssushant0011/perception-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,453 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep.Perception App

SDK based application, with configured @deep-foundation/perception-imports.

Gitpod Discord

Development

With regenerate imports/preloaded.json

GQL="<GQL_URL>" TOKEN="<ADMIN_TOKEN>" npm run dev

Without regenerate imports/preloaded.json

npm run dev

Regenerate imports/preloaded.json even if dev already runned

GQL="<GQL_URL>" TOKEN="<ADMIN_TOKEN>" npm run preload

For fast editing depended packages, initial commands:

If perception-imports and/or deeplinks cloned, then npm run dev automatically copy into perception-app/node_modules.

npm ci; (git clone https://github.com/deep-foundation/perception-imports.git; cd perception-imports; npm ci); (git clone https://github.com/deep-foundation/deeplinks.git; cd deeplinks; npm ci);

ENVS

export NEXT_PUBLIC_GRAPHQL_URL=https://deeplinks.deep.foundation/gql;
export NEXT_PUBLIC_GQL_SSL=1;

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.6%
  • TypeScript 30.7%
  • Java 1.1%
  • Swift 0.9%
  • Mustache 0.4%
  • Ruby 0.2%
  • Other 0.1%