Giter VIP home page Giter VIP logo

osf-style's Introduction

OSF Style Guidelines

This project aims to bring together resources to build Design and Layout of OSF components. As you are working with OSF please use this project as reference for how elements on your page should look and how the HTML and CSS should be used. This is a collaborative project so feel free to suggest changes or Pull Requests.

Quick Start

  • Clone the remote repo to your local

      $ git clone https://github.com/caneruguz/osf-style.git
      $ cd osf-style
    
  • Install the dependent libraries (listed in package.json) with npm

      $ npm install
    
  • Besides those dependencies, SASS should also be installed to compile the SASS code in this repo.

      $ sudo gem install sass
    

Click here for more details about installation of SASS.

  • Then run gulp script and the project dashboard could be found in http://localhost:8000/

      $ npm run gulp
    

After that, click index.html in the list directory and now the guideline page will show in your browser.

With the help of gulp, every change in repo code will automatically be complied and changed after saving.

Libraries Used Here

This Project relies on these technologies for its workflow so it's important to familiarize yourself before starting.

  1. Npm Node package management, for server side dependencies and making gulp work. We will use it to install all the dependent libraries(such as Gulp) in package.json.

  2. Gulp
    Builds the distribution by running important tasks including concatenation, minification(we are not doing this yet, but will), compiling less files.

  3. Bootstrap
    Forms the basic design with flat colors taken from elsewhere. If you are working with html you need to use the Bootstrap syntax.

osf-style's People

Contributors

caneruguz avatar billyhunt avatar laurenrevere avatar jlcohoon avatar jinluyuan avatar

Watchers

James Cloos avatar  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.