Building - aimacode/aima-javascript GitHub Wiki
Development
To test locally, edit the html/js files and then either:
- Run a local webserver (
python -m SimpleHTTPServer 80
for python2, orpython -m http.server 80
for python3) and visithttp://localhost:80/
- or visit the file using a
file:///
URL. Pages loading additional data with AJAX won't work withfile:///
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/ .