Skip to content

RicardoChapaRomero/roborregos-almacen

Repository files navigation

RoBorregos Web

Front-end web app for the official RoBorregos' Warehouse. Developed by RoBorregos' members and colaborators, in order to administrate general information about the teams hardware resources.

Development team

Name Email Github Role
Ricardo Chapa Romero [email protected] @RicardoChapaRomero PM & Developer
Clara Gutiérrez Jaime [email protected] @ClaraGtz Designer
José Alfonso Cisneros [email protected] @Josecisneros001 Developer
Jamir Leal Cota [email protected] @JamirLeal Developer
Ana Garza [email protected] @AnaGarza Designer

Setup

  1. Clone the project repository on your local machine.

    SSH:

    $ git clone [email protected]:RicardoChapaRomero/roborregos-almacen.git

    or HTTPS:

    $ git clone https://github.com/RicardoChapaRomero/roborregos-almacen.git
  2. You will need to create the node_modules directory needed to run react apps.

    $ npm install

    or

    $ yarn install
  3. You will need to create .env file. And fill its variables.

    $ cp .sample-env .env

Running the stack for development

In your terminal, run:

   $ npm start

or

   $ yarn start

To stop process : ctrl + c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published