This is the landing page for 3 Strand Code.
Clone
git clone [email protected]:3-strand-code/3-strand-code-website.git
cd 3-strand-code-website
Setup Environment Keys
- Request access to the Heroku app.
- List keys with
heroku config --app three-strand-code
- Set staging/test keys only:
export TSC_KINVEY_STAGING_APP_KEY="appkey";
export TSC_KINVEY_STAGING_APP_SECRET="appsecret";
export TSC_KINVEY_STAGING_MASTER_SECRET="mastersecret";
export TSC_STRIPE_TEST_PUBLISHABLE_KEY="key";
export TSC_STRIPE_TEST_SECRET_KEY="key";
Start Server/Build
npm start
- Install dependencies and start dev server.gulp
- Start build and watchers.- https://localhost:8000 open in browser, Note https:.
- Create a
feature/*
branch. - Start the server:
node web.js
- Start gulp:
gulp
- Hack commit/push
- When done:
- Open a PR
- Deliver the Pivotal story
- Request access to the Heroku app.
- Add your ssh keys to Heroku.
- Install the Heroku toolbelt.
- Add the 3 Strand Code app as a git remote.
git push heroku master