Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 332 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 332 Bytes

Test assignment for «Lucy in the Sky»

Setup

The project uses yarn workspaces, so you need to have yarn installed globally before going further.

npm i -g yarn
yarn bootstrap

Run in production mode

yarn start

Run in development mode (watch files for changes)

yarn start:dev