Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 424 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 424 Bytes

1On1

What is this project for?

Have you gotten stuck in the middle of assignment? in the middle of a task? The task you have is crystal clear but you stuck on the same problem for hours? Someone asked you to do something in technology You don't know?

How to run it locally

Run UI

cd ./ui 
yarn build
yarn dev

Run API

cd ./ds 
yarn build && yarn start # For production build