Giter Club home page Giter Club logo

concierge-theme-gc's Introduction

Government of Canada theme for Concierge

This is the Government of Canada theme for Concierge.

Quick start

Install

pip install concierge_theme_gc

Configure

Add "concierge_theme_gc" to concierge's INSTALLED_APPS by adding it your config.py's INSTALLED_APPS_PREFIX array.

INSTALLED_APPS_PREFIX = [
    'concierge-theme-gc',
    ...
]

Make sure to also create and run migrations attached to the theme with:

python manage.py makemigrations
python manage.py migrate

Development

If you plan on making changes to the theme, instead of installing it using pip, clone the repo and execute the following commands.

python setup.py develop
cd concierge_theme_gc
yarn
yarn build

If you want to make changes to the javascript or CSS files with live reload, run the following in a terminal from the concierge_theme_pleio folder:

yarn watch

Building

To create a bundle ready for distribution, execute the following commands:

(cd concierge_theme_gc && yarn && yarn build)
python setup.py sdist

concierge-theme-gc's People

Contributors

bartjkdp avatar lucbelliveau 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.