Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.19 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.19 KB

Fizz Buzz Fun

Join a FizzBuzz team to compete in the exciting FizzBuzz league!

Installation

  1. Clone repo by running git clone https://github.com/simonxcode/fizz-buzz-fun.git

  2. Install dependecies
    yarn install or npm update

  3. Start server in development mode(at localhost:3000)
    yarn start or npm start

  4. When adding new classes to Tailwind, compile with
    yarn build:css or npm build:css

note: run yarn build:watch for active updates

  1. Build and compile application for production
    yarn build or npm build

Contribute

  1. Create your feature branch
    git checkout -b feature/fooBar

  2. Add and commit your changes

git add .
git commit -m "changes made to fooBar"
  1. Push to branch
    git push origin feature/fooBar

  2. Create a new Pull Request

Testing

It is recommended to run all test cases and update Snapshot before every commit. New test cases should be added when updates are made to application.

  1. Test new test cases
    yarn test or npm test

  2. Update Snapshot and test cases
    yarn test -u or npm test -u

License

This project is open source and available under the MIT License.