Skip to content

hektorbot/app

Repository files navigation

Hektor frontend app

How to deploy?

We use shipit as our deployment tool. To start deploying the app, follow these steps:

  1. Install Yarn if you haven't already

  2. Install required Node modules:

# Should be run in the project's directory
yarn
  1. Create a .env file based on .env.example and set the variables properly
cp .env.example .env

NOTE: Be careful when setting these environment variables, they define where the app will be deployed on the server

  1. Deploy to dev or production:
yarn deploy:prod # Deploy to production
yarn deploy:dev # Deploy to dev