Skip to content
Amit Patel edited this page Feb 6, 2019 · 7 revisions

Development

To test locally, edit the html/js files and then either:

  1. Run a local webserver (python -m SimpleHTTPServer 80 for python2, or python -m http.server 80 for python3) and visit http://localhost:80/
  2. or visit the file using a file:/// URL. Pages loading additional data with AJAX won't work with file:/// URLs so you will have to run a local webserver for them.

Production

Anything checked into the main branch will appear on http://aimacode.github.io/aima-javascript/ .

Clone this wiki locally