Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 530 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 530 Bytes

Welcome!

Getting Started

yarn install or npm install to get started

yarn test or npm test to ensure you're set up correctly

Share your screen during the exercise.

Feel free to use MDN/docs, just don't google the solution

Coding

To run test for code problems, run yarn validate <problem-name>:

If running a UI problem, you'll need to yarn install or npm install inside the my-app directory, then yarn start or npm start

my-app is a basic react+typescript+tailwind app for developing a simple UI.