marulango / rOpenSci-website

New website for rOpenSci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rOpenSci-website

This is the repository where the new rOpenSci website lives.

Requirements

  • Node
  • NPM

Since this project is using postCSS to handle stylesheets for modularity, some transpiling needs to be done

Installation

To install the project you basically just need to run $npm install

Usage

If you need to update or make any changes in the stylesheets, please do so in the correspondant .pcss file To transpile your changes, you just need to run $npm run css and the script will basically do everything that needs to be done

Contributing

All contributions are welcome!

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Maru Lango & Special thanks to Jeduan for unstucking me on a particular script

License

TODO: Write license

About

New website for rOpenSci


Languages

Language:HTML 77.7%Language:CSS 14.1%Language:JavaScript 8.1%