Coder Social home page Coder Social logo

caps's Introduction

Caps Collection

Simple dynamic or static website allowing to view or share my personal caps collection.

Dynamic vs static website

This app can either be run dynamically or generate a static website.

  • Use npm start to run the dynamic website
  • Use npm run build to generate the static website under the build directory

How to add caps

Caps are ordered by countries and breweries. To add some, simply create the necessary folders under the images directory. Note that you must use a two-level directory structure (country + brewery).

Pictures should be converted to a 300px wide JPG, and preferably optimized to improve performance. They're lazy loaded in the browser. They can be converted with ImageMagick:

# Convert to jpg
find . -name '*.png' -print0 | xargs -0 mogrify -format jpg && find . -name '*.png' -print0 | xargs -0 rm

# Resize to a 300px wide image
find . -name '*.jpg' -print0 | xargs -0 mogrify -resize 300

caps's People

Contributors

mcellier avatar

Watchers

James Cloos avatar Florian Lauer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.