Skip to content

Front-end for Open Sesame Platform utilizing GraphQL.

License

Notifications You must be signed in to change notification settings

ffimnsr-archive/psyche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psyche

Workflow

Development

To run this in development, first pull the node LTS (currently its fermium) docker images.

docker pull node:fermium-buster

Then run node container service:

docker-compose run --rm --service-ports node_docker

On the container terminal, run pnpm start.

Typescript Basic Types

Listed below are basic types that can be use on typescript for reference.

  • boolean
  • number
  • string
  • array (e.g. number[] or Array)
  • tuple (e.g. [string, number])
  • enum
  • any
  • void
  • null and undefined
  • never (e.g. exceptions throws)

Extra Polyfill Package (Fallbacks)

  • stream-browserify
  • browserify-zlib
  • util
  • buffer
  • assert