I make this project to give an answer to this exercise of Langton Ant: https://codingdojo.org/kata/LangtonAnt/
You can show the result at https://langtonant-codingdojo.netlify.app
- Make a clone of this project with
git clone git@github.com:Suniron/langtonant-codingdojo.git
, - Go into the new folder with
cd langtonant-codingdojo
, - Install with
npm install
oryarn
, - Build the application with
npm run start
oryarn start
, - In a web browser, go to http://localhost:3000.
Make an issue ;-)