/www

Go Doctor web site (gorefactor.org)

Primary LanguageCSSBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

			    GOREFACTOR.ORG WEB SITE
		(including online documentation and online demo)

1. go install github.com/godoctor/godoctor
	Make sure the latest version of the Go Doctor is installed before
	generating the man page below.

2. Update the version number in the ABOUT variable in app.go

   The version number is stored in app.go as well as in Go Doctor's main.go.

3. cd generated && make && cd ..
	The Makefile will use the godoctor command to generate the man page and
	Vim plugin documentation and convert it to HTML (using groff and vim,
	respectively)

4. goapp serve
	Run the local (development) App Engine server
	Browse to http://localhost:8080/ to view