Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 465 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 465 Bytes

Texttest.org website

This repo contains documentation for TextTest

To test locally:

bundle exec jekyll serve

To create the static site for deployment:

bundle exec jekyll build

Use the deployment script to upload the files to the webserver:

./deploy.py

Note, you will need a file of credentials before you will be able to deploy, and these are usually only given to trusted project maintainers.