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
- Host: GitHub
- URL: https://github.com/bitcrowd/frontend
- Owner: bitcrowd
- Created: 2016-08-29T13:38:32.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T09:37:58.000Z (almost 2 years ago)
- Last Synced: 2025-08-10T06:39:43.168Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.53 MB
- Stars: 5
- Watchers: 13
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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