co-cddo / data-software-catalogue

Data Software Catalogue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Deployment

CSS

SASS is used to compile CSS via Dart SASS.

To build the CSS locally from the app/assets/stylesheets/*.scss files, run the following command:

rake dartsass:build

This will compile the assets into the file app/assets/builds/application.css

JavaScript

Some JavaScript functionality is provided via node packages (for example, govuk-frontend). The code for these packages is not stored in the git repository, so will need to be loaded prior to starting the app.

Run the following command to load the node packages into node_modules:

npm install

About

Data Software Catalogue

License:MIT License


Languages

Language:JavaScript 56.2%Language:Ruby 33.9%Language:HTML 9.5%Language:CSS 0.3%Language:Shell 0.1%Language:SCSS 0.0%