basic doc

This commit is contained in:
Arnold Dechamps 2024-02-11 19:25:49 +01:00
parent c709c03442
commit e2e3eee3f9
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -1,3 +1,12 @@
# This is the main website for tldtest.net
This site has the purpose of testing the response time of TLD nameservers everywhere in the world.
# To run in test environment :
```
virtualenv -p python3.11 venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver
```