Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 652 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 652 Bytes

funregulation logo

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.

Getting Started

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.