From 847114fa84aa4316e653a15251f452281e29d41e Mon Sep 17 00:00:00 2001 From: Ruben Barkow-Kuder Date: Mon, 30 Nov 2020 02:14:02 +0100 Subject: [PATCH] Add information how to start locally to Readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72b832c..e5f95a1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Procedural Planet Generator + A procedural planet generator that uses a clever templating system and a mildly terrifying shader to produce an endless stream of alien planets. The description, appearance, and basic stats are all linked properly, so if the description says the plants are blue, the vegetation-covered parts of the surface are shown as blue, and so on. It should also mostly avoid impossibilities like land-dwelling creatures on water worlds. Influences: An earlier project that generated entire SF universes at a shallower level. No Man's Sky. Sid Meier's Alpha Centauri. @@ -7,8 +8,12 @@ Licensed as GPLv3. Other licenses available upon request. Feel free to [ask ques Icons by streamlineicons.com. +## Start locally + +Start your local webserver with `server.py`. Then you can access the tool via http://localhost:8000 + ## Additional Contributors ✨ Thanks goes to these wonderful people: -* [Efface Studios](https://www.effacestudios.com) Image Download Code \ No newline at end of file +* [Efface Studios](https://www.effacestudios.com) Image Download Code