/continuum

The Chinese splash page.

Primary LanguageCSSMIT LicenseMIT

Continuum

Continuum is the Chinese splash page.

Meta

Build Status

Set-Up

  • Install NVM
  • Install Node 0.12
nvm install 0.12
nvm alias default 0.12
  • Fork Continuum to your Github account in the Github UI.
  • Clone your repo locally (substitute your Github username).
git clone git@github.com:craigspaeth/continuum.git && cd continuum
  • Install node modules
npm install
  • Create a .env file and paste in S3 credentials (can be found in 1Password).
  • Start Continuum in development mode
npm start

Deploying

  • Copy and paste the Garamond & Avant Garde font files into /public/fonts (log into fonts.com using credentials in 1Password and download the Artsy package)
  • Run the deploy to S3 script
npm run deploy