Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

epages-essence

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epages-essence

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
4
Created
Source

Essence

Gem Version License

Installation

  1. Add this line to your application's Gemfile:

    gem 'epages-essence'
    
  2. Execute the following command:

    bundle install
    
  3. Add the following lines to the <head> and <body> of the layout you are going to use (e.g. app/views/layouts/application.html.erb):

    <!DOCTYPE html>
    <html>
      <head>
        <%= stylesheet_link_tag 'essence/beyond', 'data-turbo-track': 'reload' %>
        <%= javascript_importmap_tags 'essence/application' %>
        <%= yield :head %>
      </head>
    
      <body>
        <%= render template: 'essence/beyond/body' %>
      </body>
    </html>
    

    Any javascript_import_module_tag must come after the javascript_importmap_tags declaration, that's why <%= yield :head %> is placed after this declaration. See importmap-rails gem.

Component preview

Essence includes a Rails application that uses Lookbook. By running this app, you can preview the components and explore the possibilities that Essence offers.

Currently, the Lookbook app is in an early stage and is still under development. It does not have a preview of all the components but of most of them.

To run the Lookbook app, follow these steps:

  1. Change directory to site, which is the Lookbook project's folder:

    cd site
    
  2. Start the web server:

    bin/rails server
    

Contributing

Please see CONTRIBUTING.

License

Essence is Copyright © 2024 ePages GmbH. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About ePages

As the largest independent provider of online shop software in Europe, ePages specialises in high-performance ecommerce solutions for small and medium-sized businesses. Today, 100,000 companies in 70 countries operate professional online shops with ePages software in the cloud.

And we love open source software! Check out our other projects, or become part of our team and develop great ecommerce software with us!

FAQs

Package last updated on 16 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc