Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.74 KB

README.md

File metadata and controls

67 lines (40 loc) · 1.74 KB

Narative Logo Header


Narative.co

Narative builds brands, websites and products for growth-minded companies..
We're a team with senior startup experience here to help your business take the next step.

Technology

Narative.co is powered by Gatsby that pulls data from Contentful and is hosted on Netlify's. Apart from that, we aim to keep things as barebones as we can.

Installation

# Go to your favourite directory and clone
git clone [email protected]:narative/narative.co.git && cd narative.co

# Install all depedencies
yarn

# 🎉 That's it, you've installed repo locally. One last step!

Enviroment Variables

This project uses Contentful to pull in some copy and images. To get this variables you can go to a couple different locations. First, you can log directly into Narative's Contentful account and look for the API keys. Second, you can check Netlify's deploy settings for the variables.

Running the code locally

yarn dev

Building the website

yarn build

Deploying the website

Deployments are done using Netlify. You must be added to the Narative Netlify organization to deploy.

# To deploy, commit and push to master
git push

Branching

[your-branch]

Working on your feature branch can be previewed after every push.

dev

Before deploying to narative.co, double check your code on dev branch.

master

To deploy to narative.co merge your code into master.

License

BSD 3-Clause, see the LICENSE file.