Skip to content
Snippets Groups Projects
Commit bd48e6c7 authored by khawkins98's avatar khawkins98
Browse files

Add NPM to readme

#81
parent c994ec89
No related branches found
No related tags found
No related merge requests found
......@@ -98,13 +98,16 @@ That is:
//www.ebi.ac.uk/web_guidelines/EBI-Framework/v1.1/js/script.js
```
### Building from NPM
#### Building from NPM
We expect the vast majority of users to link to the built CSS and JS files (as shown in the sample HTML files), however some teams may want to download the EBI Framework and modify it for performance or deeper appearance issues.
We've configured the system to build with NPM (no need for gulp or bower).
To get started, have a look at `package.json`. Likely the the `npm run scss` command will cover 90% of use cases.
#### Deploying with NPM
Releases are available via NPM at https://www.npmjs.com/package/ebi-framework
## Roadmap
- v1.2: https://github.com/ebiwd/EBI-Framework/issues/61
- v1.3: Angular 1st class support, accessibility improvements
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment