/BulletinApp

A place to post bulletins.

Primary LanguageCSSMIT LicenseMIT

What you need to run this project

Setup

  • Clone the repository
  • Run npm install
  • Run npm start

How to contribute

  • git checkout -b {yourNewBranch} to create a branch from master
  • Add your code
  • git push -u origin {yourNewBranch} to notify Github of your branch and push your code
  • Create a PR against master with your branch

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.