Skip to content

Latest commit

 

History

History
57 lines (29 loc) · 1.09 KB

File metadata and controls

57 lines (29 loc) · 1.09 KB

Vercel

Dashboard

https://vercel.com/jamie-borts-projects

Documentation

https://vercel.com/docs

https://vercel.com/guides

Monorepo The frontend and backend directories are both in the root directory.

Environment Variables

Deploy Documentation

You can manually deploy from other branches by

  • going to the Deployments tab,

  • selecting the three dots,

  • selecting Create Deployment,

  • and then paste in the Git commit that I want to have deployed; not necessarily the one from my master branch.

Node (server as static site)

https://vercel.com/docs/functions/serverless-functions/runtimes/node-js

https://vercel.com/guides/deploying-react-with-vercel

NextJS (server as static site)

https://vercel.com/solutions/nextjs

React (static site)

https://vercel.com/guides/deploying-react-with-vercel

https://vercel.com/solutions/react

Troubleshooting Deploys

Directories and Files

Directories

Files

  • README.md

    • This readme file.

Associated Links