Skip to content

stickyB/platform

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

166 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Ouest-France/SIPA Platform - Developer Guide

Build Status Build status NPM version extra

Setup

git clone git@github.com:Ouest-France/platform.git npm install

Getting started

Rules

... if you really have to (and hope to pass our platform validation team)

  • every CSS class names & ids must be prefixed by your block-provider name
  • JavaScript code must not conflict with other code, block with global variable
  • a block's JavaScript files will be concatained and loaded asynchronously
  • a block-provider should respond in less 150ms, if you responsed not fast enough, your block won't be rendered
  • a block must be responsive (no fixed width)

How do I update my block ?

Block are immutable โ€” including their parameters configuration/templates/CSS/JS/fonts assets). If you update any part of it (e.g. change a CSS, a parameter, a template) then you will have to update the version number (follow semver) and submit again the block-provider to the platform for validation

About

Ouest-France/SIPA Platform - Developer Guide ๐Ÿš€

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 69.3%
  • Rust 12.1%
  • Java 10.5%
  • Shell 3.6%
  • CSS 2.1%
  • HTML 1.6%
  • PowerShell 0.8%