Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 793 Bytes

README.md

File metadata and controls

38 lines (35 loc) · 793 Bytes

Autonomus agents with javascript

Explanation

Play online

In orden to run the examples you must follow the next steps:

  1. Clone the repository Clone the repository and go to the root folder navigating with some terminal.
  git clone https://github.com/Maxtermax/autonomus-agents.git
  cd /autonomus-agents
  1. Install dependencies
  yarn install

or

  npm install
  1. Transpile the files with webpack
  yarn dev

or

  npm run dev
  1. Lift the webserver
  yarn start

or

  npm run start
  1. Open a web browser and type: localhost:5000