This is the frontend repository for the Journal Policy Tracker web application.
To run this project locally on your machine you need the following installed
- nodejs
- yarn
- Clone the repo
git clone https://github.com/codeisscience/journal-policy-tracker-frontend.git
- Install NPM packages
yarn
- Running the project
yarn start
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project. Always make sure to fork from the
development
branch (this is the default branch). - Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request to the
development
branch
See also the Contribution guidelines for more info.
Distributed under the MIT License. See LICENSE
for more information.
Code Is Science - @codeisscience