updated readme
This commit is contained in:
@@ -1,11 +1,16 @@
|
|||||||
# Testing Fundamentals
|
## Testing Fundamentals Course
|
||||||
|
|
||||||
|
This is a companion repository for the [Testing Fundamentals](https://frontendmasters.com/courses/testing/) course on Frontend Masters.
|
||||||
|
[](https://frontendmasters.com/courses/testing/)
|
||||||
|
|
||||||
## Setup Instructions
|
## Setup Instructions
|
||||||
|
|
||||||
|
> We recommend using Node.js version 20+ for this course
|
||||||
|
|
||||||
Clone this repository and install the dependencies:
|
Clone this repository and install the dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/stevekinney/introduction-to-testing.git
|
git clone https://github.com/stevekinney/introduction-to-testing.git
|
||||||
cd introduction-to-testing
|
cd introduction-to-testing
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user