Skip to content

centre-for-effective-altruism/eaglobal-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EffectiveAltruism.org

A simple statically-generated site, implemented in Metalsmith.

Currently in beta.

Running locally

  • Clone the repo
  • npm install && bower install
  • Create a new .env file at the project root. (e.g. touch .env && nano .env)
  • Add the following keys to .env (You'll need to contact the project admin privately for API keys):
ENV=development
CONTENTFUL_ACCESS_TOKEN=<contentful access token>
CONTENTFUL_SPACE=<contenful space>
  • Build the site using node index
  • The site builds to the ./dest directory --- the simplest way to serve this is to install http-server globally (npm install -g http-server), open a new Terminal tab, cd ./dest && http-server. You can leave the server running between builds.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published