paul-ooi / faithsourced-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faith Sourced Website

The Faith Sourced website is built with React, staticly generated by Gatsby and served on Netlify.

To run a local copy of our site, for your own hacking pleasure, you’ll need some familiarity with the command line, install the requirements and follow these terminal commands.

Requirements

  • Node (Recommended version: LTS)
    • It installs npm with it
    • If you want to use different versions of Node you can use nvm to switch between them
  • Git

Installation

git clone https://github.com/faithsourced/faithsourced-website.git
cd faithsourced-website
npm install
# You will then be able to open the site on http://localhost:8000
npm start

Updating

cd faithsourced-website
git pull

After pulling from this repo you will want to ensure that any new dependencies are installed :

cd faithsourced-website
npm update

About

License:MIT License


Languages

Language:CSS 62.1%Language:JavaScript 37.9%