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.
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.
# Go to your favourite directory and clone
git clone git@github.com:narative/narative.co.git && cd narative.co
# Install all depedencies
yarn
# 🎉 That's it, you've installed repo locally. One last step!
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.
yarn dev
yarn build
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
Working on your feature branch can be previewed after every push.
Before deploying to narative.co, double check your code on dev
branch.
To deploy to narative.co merge your code into master.
BSD 3-Clause, see the LICENSE file.