Continuum is the Chinese splash page.
- State: production
- Production: http://www.artsy.cn | S3
- Github: https://github.com/artsy/continuum
- 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 [email protected]: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
- 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