This project is the front-end of FunRegulation, a web system for manipulating and analyzing Gene Regulation Networks for Fungi, developed by the G2BC research group and part of the final paper of Samuel Vieira, who has a bachelor's degree in Information Systems from the State University of Bahia.
First, install dependencies:
npn install
# or
yarn install
#or
pnpm install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.