/novlspace

A website for a creative agency built using Node.js and Cosmic JS

Primary LanguageJavaScript

NovlSpace

Creative Agency ###View Demo A website for a creative agency. Includes team management, portfolio management and contact form (powered by MailGun).

  1. Log in to Cosmic JS.
  2. Create a Bucket.
  3. Go to Your Bucket > Apps.
  4. Install the Creative Agency App.
  5. Edit the MailChimp List URL Metafield to point to your MailChimp List. (see below)
  6. Deploy your Email Capture App to the Cosmic App Server at Your Bucket > Web Hosting.

###Getting Started

git clone https://github.com/cosmicjs/creative-agency
cd creative-agency
yarn

####Start app

yarn start

####Start app connected to your Cosmic JS Bucket

COSMIC_BUCKET=your-bucket-slug yarn start

Open http://localhost:3000. ###Setting up MailGun

  1. Go to MailGun and login to your account or setup a new account
  2. Get your api key and domain
  3. Add your api key and domain to your environment valiables, or hard code them into app.js (not advised)