Skip to content

einnor/ruyo-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruyo Client

Getting Started

  • git clone <REPO_NAME>
  • cd <REPO_NAME>
  • yarn

Configure environment variables

  • mv env.example .env # Then modify the values accordingly

Configure firebase

  • Copy firebaseConfig.js to src/config

Runnning in Development

  • yarn run start

Runnning in Tests

  • yarn run test

Runnning in Production

  • yarn run build to generate bundled app in build