Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 578 Bytes

DEPLOY.md

File metadata and controls

18 lines (11 loc) · 578 Bytes

How to deploy your website using this boilerplate

First make sure to choose your platform:

Deploying to Github pages:

It's great for small projects that don't require your own domain or real use with users and growth, for example: Personal portfolio websites.

$ npm run deploy:github

Deploying to Vercel (recomended)

This hosting is ideal for production ready website and requires only two steps.

  • Create an account on vercel.com and come back to this tutorial.
  • After creating the account type on the command line: $ vercel and follow the steps.