Skip to content

iamursky/lucyinthesky-test-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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