Skip to content

rarimo/freedomtool-web-voting

Repository files navigation

Voting App

Getting Started

Pre-requisites

Environment:

Setup

Starting the server:

  • Clone the repository to your machine
  • Open the folder in a code editor of your choice
  • Install dependencies:
    yarn install
  • Build the project:
    yarn build
  • Start the server (The server starts in port 5173 by default):
    yarn start
  • If the server fails due to the port being occupied, start the server in a different port:
    PORT=5000 yarn start

Contributing

We welcome contributions from the community! To contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch with a descriptive name for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your branch on your GitHub fork.
  5. Create a pull request from your branch to the main branch of this repository.

Please ensure your pull request adheres to the following guidelines:

  • Add a clear pull request title;
  • Add a comprehensive pull request description that includes the motivation behind the changes, steps needed to test them, etc;
  • Update the CHANGELOG.md accordingly;
  • Keep the codebase clean and well-documented;
  • Make sure your code is properly tested;
  • Reference any related issues in your pull request;

The maintainers will review your pull request and may request changes or provide feedback before merging. We appreciate your contributions!

Changelog

For the changelog, see CHANGELOG.md.

License

This project is under the MIT License — see the LICENSE file for details.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published