Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 665 Bytes

DEVELOPMENT.md

File metadata and controls

55 lines (35 loc) · 665 Bytes

Development

Prerequisites

  • Volta (a lightweight zero-config tool manager, installation)

Setup

Install dependencies

yarn

Environment variables

Create a .env file in the root of the project using the following command

cp .env.dist .env

Now fill the .env file with the correct values.

Develop

yarn dev

Test

yarn coverage

Deploy

Merge a PR for it to be deployed to production

Upgrading tools

Upgrade Node

volta pin node@lts

Upgrade Yarn

yarn set version stable
volta pin yarn