Skip to content

Commit c92a725

Browse files
committed
Add instructions.
1 parent 49d3ae1 commit c92a725

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# White Boarding Advice
22

3+
*Instructions*
4+
5+
After cloning:
6+
```
7+
npm install
8+
npm test
9+
```
10+
11+
...then make the tests pass
12+
313
Resources:
414
* [Algorithm Deck](https://drive.google.com/open?id=1raZx8K8cWmQkwmjxJ3qZ-GG6zEAawtsmtGgxnd-DXfU)
515
* Public Link: https://github.com/code-workshops/algorithmsjs
616

717
Try to practice one algorithm a day. If you don't come up with a solution by the end of the day, _look up the solution and study it_!
818
Don't stay stuck on a problem for too long. You'll benefit more from studying the solution and trying again afterwards.
919

20+
1021
*Summary*
1122

1223
During a white board session, go step by step, asking questions throughout:

0 commit comments

Comments
 (0)