/gama-frontend

Selective processes management application!

Primary LanguageTypeScriptMIT LicenseMIT

Grupo Gama

🚀 Selective Processes Management Application 🚀

Summary

🖼️ Layout

The layout of this application is available on Figma.

💻 Demo

This application was hosted by Netlify e can be found here: Gama.

🚀 Technologies

This application uses this following technologies:

💥 How to run

Prerequisites

To run this application, you need to have it on your machine:

Setting environment variables

# Copy .env from .env.example to setup environment variables
$ cp .env.example .env

Running the application

# Clone this repository
$ git clone https://github.com/gama-group/gama-frontend

# Move to root directory
$ cd gama-frontend

# Install dependencies
$ yarn install

# Run on a local server
$ yarn start

🔧 Environment variables

Name Description Default
REACT_APP_API URL of the API http://localhost:3333

♻️ How to contribute

  • Fork this repository
  • Create a branch with the name of your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature

📝 License

This project is under the MIT license. See the file LICENSE for more details.