https://github.com/g2bc/funregulation-frontend
https://github.com/g2bc/funregulation-frontend
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/g2bc/funregulation-frontend
- Owner: G2BC
- Created: 2023-05-14T12:18:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T01:42:09.000Z (over 1 year ago)
- Last Synced: 2025-04-05T15:46:21.902Z (about 1 year ago)
- Language: JavaScript
- Size: 7.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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.