The EMBL-EBI Style Lab complements the 1.x series of the Visual Framework, it is being superseded by version 2.
This is a collaborative effort. The EMBL-EBI Style Lab is a place to communicate how we use visual identity, code and language to make better and more accessible services -- it exists because of pan-EMBL-EBI collaboration.
There's not much to see on this page, check out the site at www.ebi.ac.uk/style-lab/
The EMBL-EBI Style Lab is a collaborative space that also shares the latest guidance on how and what should be used to build visually and textually compliant EMBL-EBI websites, documents, and texts. It's partly about reinforcing our shared identity, but it's mostly about leveraging the best tools to build things faster and with fewer bugs, errors, and user experience issues.
- General styling
- Website specific
UPDATED - This repo code is outdated and not able to make any modifications. So we have build
folder which is dump of existing compiled code and same is deployed on K8s cluster. No changes are recommended in this repo going forward.
You can just view on local by running - docker-compose up -d
and access http://localhost:8000/style-lab
OLD STEPS - As below
- Your computer needs:
- Get the git repo:
git clone https://github.com/ebiwd/ebi-style-lab.git
- If you've not yet installed bower (you may need to run with sudo):
npm install -g bower
- Then open the folder in your command line, and install the needed dependencies:
cd EBI-Style-lab npm install bower install
- Finally:
- To develop:
npm start
orgulp bb
start the project and watch for changes in your browser at http://localhost:8000
- To build for deployment: run
npm run build
- Pulling in the latest EBI Icon font samples:
gulp updateIconFonts
Releases are versioned according to the EBI Visual Framework being used. That is: while we uses the EBI Visual Framework v1.4, all EBI Style Lab releases will be v1.4.X
The base CMS configuration and code examples are forked from ZURB Foundation Building Blocks.