Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ She's Coding Project is part of [She's Coding slack community](https://forms.gle

Please find an installation guide for your environment in our [Wiki](https://github.com/shescoding/projects-platform-frontend/wiki).

## 🏃 Running the project
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heya, our apologies, this file has been rewritten here since after the GHC https://github.com/shescoding/projects-platform-frontend/wiki/Project-Installation-Guide, plz remove changes to Readme.md


To install all dependencies and build the project
```bash
yarn && yarn build
```

To start the server
```bash
yarn server
```

To run the project
```bash
yarn start
```

## 🔏 Contribution guide

All the ways to contribute, as well as writing issues, filing a new feature request can be found [in this document](https://github.com/shescoding/projects-platform-frontend/blob/master/CONTRIBUTING.md).
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"dotenv": "8.2.0",
"github-oauth": "0.2.2",
"js-cookie": "2.2.1",
"nodemon": "^2.0.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, we do need nodemon, thank you for adding this. Can you please remove ^ before the version number to ensure it does not auto update?

"react-test-renderer": "16.12.0",
"source-map-loader": "0.2.4",
"svg-inline-loader": "0.8.0",
Expand Down
Loading