TODO: short introduction of this project. The objective or the motivation behind this project.
- Installation process
- Software dependencies
- Latest releases
- API references
export PORT=9797 # Optionally override
make docs PORT=PORT
export PORT=9797 # Optionally override default port of 9797
make docs-server PORT=$PORT
then, on local shell, build an ssh tunnel
# e.g.
export SERVER_IP="serrep3.services.brown.edu"
ssh -N -L PORT:localhost:PORT $(USER)@$(SERVER_IP)
Please read the changelog to check any notable changes of this project.
Please read the contribution guidelines before starting work on a pull request.