Skip to content

This repo is a collection of examples about autonomus agents with javascript

License

Notifications You must be signed in to change notification settings

Maxtermax/autonomus-agents

Repository files navigation

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

About

This repo is a collection of examples about autonomus agents with javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages