Skip to content

maxsiegel/explanation_expt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

if you don't have php installed, make sure to do so. on macOS if you have homebrew, you can just brew install php

Run in main experiment directory:

locally: php -S 127.0.0.1:8000 -t .

on a server: php -S 0.0.0.0:8000 -t .

then if running locally, go to http://127.0.0.1:8000 if on a remote server, http://:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published