An open API service indexing awesome lists of open source software.

https://github.com/bitcrowd/frontend

How we do frontend things at bitcrowd
https://github.com/bitcrowd/frontend

Last synced: 11 months ago
JSON representation

How we do frontend things at bitcrowd

Awesome Lists containing this project

README

          

# Bitcrowd Frontend

This is where you’ll find out How We Do Frontend Things at Bitcrowd™.

- [SCSS/CSS](css/README.md)
- [Automated Accessibility Testing](accessibility-testing/README.md)
- [Documents for Clients](clientdocuments/README.md)

## Tools and Libraries

Tools and libraries used regularly at bitcrowd.

## Basic frontend tools

* [Homebrew](http://brew.sh/) - Used on OS X to install almost everything else.
* [nvm (node version manager)](https://github.com/creationix/nvm) - Enables use of multiple Node.js versions.
* [Rbenv](https://github.com/rbenv/rbenv) - Enables use of multiple versions of Ruby.
* [npm](https://www.npmjs.com/) - Package manager for Node.js.
* [yarn](https://yarnpkg.com/) - Another package manager for Node.js.
* [Pa11y](https://github.com/pa11y/pa11y) - Accessibility testing