Skip to content

vldolot/marvellous-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marvellous-browser CircleCI Code Climate

Comics! Comics everywhere!

Running locally

A Marvel API keypair is required to run the server. Acquired here: Marvel API Documentation

Prepare the server & client

git clone git@github.com:faceleg/marvellous-browser.git
cd marvellous-browser
yarn && scripts/install-dependencies.sh

Run the server

export MARVEL_PUBLIC_KEY=
export MARVEL_PRIVATE_KEY=
yarn run server:start:watch

Run the client

yarn run client:build:watch

Open http://localhost:8080 and enjoy the ride

Development

Fonts

Generated with Fontello. Config can be found in client/fontello-config.json

About

Comics! Comics everywhere!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • HTML 3.9%
  • Shell 1.3%