Deployment

Deployment

Now (Vercel)

We have provided now.json file with necessary env variables so that you can easily deploy this project into now .

Before you proceed for the next step make sure you have a now account.

Follow the below steps to setup now cli

i) install now cli to your machine from here

ii) login into to now using now login command

To deploy the Picksy to your now server run the picksy in production mode

Run below commands for Production in the Picksy room directory where we have the package.json file

  1. yarn
  2. yarn build
  3. now (for first time after that run now --prod)

Other hosting solution

If you don't want to use now as a deployment or hosting solution don't worry gatsby has other deployment and hosting guidelines ready for you here