Skip to content

Installation

Emerson edited this page Aug 21, 2023 · 3 revisions

Install the client application

Dependencies:

Clone the repo:

git clone https://github.com/iobio/gene.iobio

Copy sample env file

cd gene.iobio
cp .env.template .env

Start the app

npm install
npm run build
npm start

Launch on your localhost @ http://localhost:4026.

Updating

Client-side updates can be retrieved using npm run webpack rather than npm run build.

npm install
npm run webpack

Then *in another terminal instance

npm start

Install the server application

For help with local installs that include the server and backend computational tools, please contact [email protected]