Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 266 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 266 Bytes

RedbackThomson 2019

Homepage for RedbackThomson https://redback.dev/

Requirements

  • Node v10+
  • Yarn

Usage

To start the development server

yarn install
yarn start

To build and run the production package

yarn run build
yarn run start-prod