Congratulations! You've set up some basic scripts that allow you to deploy your website's code to the Vercel hosting platform.
Haven't installed anything yet? See the SETUP.md
file here for instructions.
You should see three new .command
files in your folder. You can click on these to perform actions:
preview-local.command
: View your local changes in the browser. You can visithttp://localhost:3000
in your browser. This command will continue to run in the terminal that opens. To exit, press Control+C, or close the Terminal pane. (You will see some warnings about a process still running - it is OK to close)