Skip to content

Commit

Permalink
Update README.md (#469)
Browse files Browse the repository at this point in the history
Updated client PRD push instruction
  • Loading branch information
tiwa1154 authored Oct 31, 2024
1 parent 3211ff7 commit 6086a6d
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,22 @@ Follow these steps to get started with BioCompute:

1. Clone the Repository:

`git clone https://github.com/biocompute/bcodb.git
cd bcodb`
`git clone https://github.com/biocompute/portal_userdb.git`
`cd client/`

2. Switch to the desired branch:
`git switch <branch_name>`
`git pull`

3. Set Up the Environment:

Ensure you have Python and Node.js installed.
3. Install dependencies:

Install dependencies:
`npm install`

`pip install -r requirements.txt
npm install`

4. Run the Server:
4. Run the Client:

`cd server
python manage.py runserver`

5. Run the Client:

`cd client
npm start`
`npm run start`

Access the Portal:
Open your web browser and navigate to **'http://localhost:3000'**.
Expand Down

0 comments on commit 6086a6d

Please sign in to comment.