This is the repository where the new rOpenSci website lives.
- Node
- NPM
Since this project is using postCSS to handle stylesheets for modularity, some transpiling needs to be done
To install the project you basically just need to run
$npm install
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
All contributions are welcome!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Maru Lango & Special thanks to Jeduan for unstucking me on a particular script
TODO: Write license