Skip to content

Commit

Permalink
Merge pull request #368 from snehaoffice/patch-1
Browse files Browse the repository at this point in the history
Updates to GetSTARTED guide, issue #367
  • Loading branch information
GeraldMit committed Mar 29, 2023
2 parents 3b98c5e + b4e5794 commit f485be7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/GETSTARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- [install yarn](https://yarnpkg.com/lang/en/docs/cli/install/)
- [install python3](https://realpython.com/installing-python/)
- [install git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- **Fedora** Install python development package (needed by WordCloud)
```sh
sudo dnf install python3-devel
Expand Down Expand Up @@ -63,9 +64,16 @@ The DCO text can either be manually added to your commit body, or you can add ei
- `git config user.email` make sure your email is configured
- If it is not configured `git config --global user.email "person@example.com"`

## Setup local environment
Begin by cloning the Git repository
```
git clone https://github.com/Call-for-Code-for-Racial-Justice/Five-Fifths-Voter
cd Five-Fifths-Voter
```

## Project setup

Be sure to have a Node.js >=14.x
Be sure to have a Node.js >=14.x. To check the node.js version, in a terminal you can run ``` node -v ```

```
cd ui
Expand Down

0 comments on commit f485be7

Please sign in to comment.