An open API service indexing awesome lists of open source software.

https://github.com/g2bc/funregulation-frontend


https://github.com/g2bc/funregulation-frontend

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

![funregulation logo](public/img/funregulation-logo-colored.png)

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:

```bash
npn install
# or
yarn install
#or
pnpm install
```

Then, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.