Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 495 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 495 Bytes

PoziWebsite

Install

Run npm install retypeapp --global

To use the license key on your local dev machine, run the command retype wallet --add <key>. Replace the with the license key string.

For more info, see https://retype.com/guides/getting-started/

Run

Run retype start

View at http://localhost:5000/

If an error message appears in the console, try running Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser before running retype start again.