Skip to content

einnor/ruyo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruyo API

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 serviceAccountKey.json to src/config

Runnning in Development

  • yarn run dev

Runnning in Production

  • yarn run build to generate bundled app in dist