- First, rename the
demoenvironments
folder toenvironments
anddemossl
tossl
. - To run the script in production mode, use the command:
yarn start
. - To run the script in development mode, use the command:
yarn dev
. - 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
.