From 097b041ccb4800fcb77c95c2c7585e6e22f3f8c6 Mon Sep 17 00:00:00 2001 From: Tom Boutell Date: Fri, 21 Oct 2016 11:16:23 -0400 Subject: [PATCH] Warn folks off the sandbox as a starting point, recommend apostrophe-boilerplate and apostrophe-cli --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdf9cb1..78cdd6b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ -# Apostrophe Boilerplate v0.6 +# Apostrophe Sandbox -Apostrophe Boilerplate is a minimal starting point for Apostrophe projects. +This project powers the [live Apostrophe demo](http://demo.apostrophecms.org). Feel free to study it, but you're better off forking the [apostrophe boilerplate project](https://github.com/punkave/apostrophe-boilerplate) when creating new projects of your own. + +In fact, you're best off the [creating your first project](http://apostrophecms.org/docs/tutorials/getting-started/creating-your-first-project.html) tutorial, which covers how to use [apostrophe-cli](https://github.com/punkave/apostrophe-cli) to speed through that process. + +This project contains overrides to automatically log the user in and to prevent easy editing of the `admin` account. You don't want these things in a non-demo project.