beer-library v1.1.1
Team B.E.E.R (11) Web Components
Our goal for this project is to create an extensible library of vanilla and lit-element web-components. Click on our logo above to head over to our team page.
Getting Started
NPM
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
npm install --save beer-libraryPrerequisites
If you want to install Testcafe globally,
npm install -g testcafeIf locally,
npm install --save-dev testcafeTo install ESLint
npm install eslintTo install Documentation.js
npm install documentationInstalling
In order to install all dependencies of Team B.E.E.R Library
npm installRunning the tests
To run tests on the raw components
npm run raw-testTo run tests on the LitElement components
npm run port-testTo generate the docs
npm run docs:buildAnd coding style tests
For details on our coding style guidelines, check out .eslintrc.json.
For enforcing our coding style guidelines, we use ESLint.
npm run lintFile Structure
For details on how our files are organized, check out our public notion resource.
https://www.notion.so/File-Structure-9f3e436dd367401a91d4254f48c4a5b9
Built With
- Lit Elements - A simple base class used to build
beer-button-litandbeer-notification-lit - NPM - package manager used
- ESLint - Linting utility used
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning.
Team Members
| Team Members |
|---|
| Ricardo Molina |
| Richard Pena |
| Simon Giraud |
| Donghak Alex Oh |
| Phillip Jo |
| Gordon Hu |
| Eric Khoi Huynh |
| Tenshi Mori |
| Kyle Burt |
| Esther Zhao |
| Austin Moss-Ennis |
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
We would like to thank Professor Powell of CSE 112 for the guidance he gave us and all the TAs who assisted us in reaching this far. We would also like to thank Peter for giving us a glimpse of what we will see in the future as Software Engineer.