1.2.0 • Published 5 years ago

finaeo-pattern-library v1.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Finaeo Pattern Library

This projects containts all the styles, and HTML structure for portal.finaeo.com

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

Homebrew
Astrum
Gulp
Node
nvm
Gem Fury
Bower

Installing

A step by step series of examples that tell you how to get a development env running

Install homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install node and npm

brew install node
npm install -g

Install nvm. This will allow you to install and use multiple versions of node.

brew update
brew install nvm
mkdir ~/.nvm
nano ~/.bash_profile

in .bash_profile

export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh

exit nano and run the following commands.

source ~/.bash_profile
echo $NVM_DIR

nvm install 8.9.1
nvm use 8.9.1

Install gulp globally

npm install gulp -g

Astrum | Adding new component

astrum new typography/fonts

Typography = Compnent title Fonts = component

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc
1.2.0

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.0

5 years ago