Assignment Challenge
Gather data on a specific path, such as a walking route. Following a path of characters and collecting letters.
Results are written in the console.
1. git clone {repo}
2. npm i
3. npm run build
- To run the assignment result:
npm run assignment
- To run test cases:
npm run tests
- To run dev mode:
nodemon