From 3668a2cffaabfd6390db321181f8c931da884004 Mon Sep 17 00:00:00 2001 From: immber Date: Fri, 30 Nov 2018 17:56:20 -0800 Subject: [PATCH] added dev links to quickstart --- docs/source/01-01-talk-quickstart.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/01-01-talk-quickstart.md b/docs/source/01-01-talk-quickstart.md index e85e09e1e..c17170335 100644 --- a/docs/source/01-01-talk-quickstart.md +++ b/docs/source/01-01-talk-quickstart.md @@ -222,6 +222,17 @@ Once you have added the domain of these docs, you can click the button below.
+### Developer Endpoints + +With your local instance of Talk running in development mode (env variable `NODE_ENV=development`) you should now also be able to access the following developer routes: + +[http://127.0.0.1:3000/dev](http://127.0.0.1:3000/dev]) provides a sample comment stream + +[http://127.0.0.1:3000/dev/assets](http://127.0.0.1:3000/dev/assets]) provides a list of all stories in Talk and can generate new sample assets + +###Conclusion At this point you've successfully installed, configured, and ran your very own instance of Talk! Continue through this documentation on this site to learn more on how to configure, develop with, and contribute to Talk! + +