Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 418 Bytes

README.MD

File metadata and controls

8 lines (6 loc) · 418 Bytes

Authentication backend

Getting Started

  1. First, rename the demoenvironments folder to environments and demossl to ssl.
  2. To run the script in production mode, use the command: yarn start.
  3. To run the script in development mode, use the command: yarn dev.
  4. You can also add a deploy script to the package.json file and deploy your code to any remote host with a single command: yarn deploy.