Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 369 Bytes

develop.md

File metadata and controls

18 lines (12 loc) · 369 Bytes

Deploying to GitHub pages

We can deploy the app to GitHub pages. We use:

npm run deploy

See also:

Running ngrok for testing

I use ngrok to provide an interface to the testing environment

ngrok http http://localhost:3000

We can backup the source using:

zip -r "$(date).zip" file-browser