Fixes to file structure
This commit is contained in:
25
README.md
25
README.md
@@ -1,4 +1,4 @@
|
||||
<img src="src/assets/img/logo.png" width="80%"/>
|
||||
<img src="public/assets/img/logo.png" width="80%">
|
||||
|
||||
# Welcome to ScoreSpot
|
||||
|
||||
@@ -14,19 +14,19 @@ Whether you're looking to keep track of your favorite team's performance or simp
|
||||
|
||||
### Homepage
|
||||
|
||||
<img src="public/images/home-page.png" width="90%"/>
|
||||
<img src="public/assets/img/readMe/home-page.png" width="90%"/>
|
||||
|
||||
### Leagues Page
|
||||
|
||||
<img src="public/images/league-page.png" width="90%"/>
|
||||
<img src="public/assets/img/readMe/league-page.png" width="90%"/>
|
||||
|
||||
### Individual Club Page
|
||||
|
||||
<img src="public/images/club-page.png" width="90%"/>
|
||||
<img src="public/assets/img/readMe/club-page.png" width="90%"/>
|
||||
|
||||
### Account Management
|
||||
|
||||
<img src="public/images/account-page.png" width="90%"/>
|
||||
<img src="public/assets/img/readMe/account-page.png" width="90%"/>
|
||||
|
||||
# Technology Stack
|
||||
|
||||
@@ -45,7 +45,7 @@ With its sophisticated tech setup, ScoreSpot brings innovation to soccer stat tr
|
||||
# How to Deploy ScoreSpot
|
||||
|
||||
> ⚠️ **BEFORE DEPLOYING** ⚠️
|
||||
>
|
||||
>
|
||||
> In order to deploy ScoreSpot you must have the following installed to your operating sytem:
|
||||
>
|
||||
> 1. [Docker](https://docs.docker.com/get-docker/)
|
||||
@@ -56,8 +56,7 @@ With its sophisticated tech setup, ScoreSpot brings innovation to soccer stat tr
|
||||
|
||||
**Once the following dependencies above are installed navigate to the top of the repsoitory and copy the following link:**
|
||||
|
||||
> https://github.com/LucasPatenaude/ScoreSpot.git
|
||||
|
||||
> <https://github.com/LucasPatenaude/ScoreSpot.git>
|
||||
|
||||
**Using a Git GUI or the terminal select a location to store the repository. In this example, I'll store it in a folder called `programming` in the home directory**
|
||||
|
||||
@@ -71,24 +70,18 @@ With its sophisticated tech setup, ScoreSpot brings innovation to soccer stat tr
|
||||
|
||||
`cd /c/Users/<YourUsername>` <--- Replace with your windows user name
|
||||
|
||||
|
||||
|
||||
2. In the home directory create a folder called `programming`
|
||||
|
||||
> On All Systems
|
||||
|
||||
`mkdir programming`
|
||||
|
||||
|
||||
|
||||
3. Now that `programming` is created navigate to it
|
||||
|
||||
> On All Systems
|
||||
|
||||
`cd programming`
|
||||
|
||||
|
||||
|
||||
4. **Now that you're in the `~/programming` directory it's time to clone the repository**
|
||||
|
||||
> On All Systems
|
||||
@@ -126,7 +119,7 @@ With its sophisticated tech setup, ScoreSpot brings innovation to soccer stat tr
|
||||
> 💡 TIP 💡
|
||||
>
|
||||
> Congragulations! ScoreSpot should now be deployed on your server at port 3000
|
||||
>
|
||||
>
|
||||
> To enter your ScoreSpot deployment enter `localhost:3000/` into your browser's addess bar
|
||||
|
||||
---
|
||||
@@ -176,5 +169,5 @@ With its sophisticated tech setup, ScoreSpot brings innovation to soccer stat tr
|
||||
> 💡 TIP 💡
|
||||
>
|
||||
> Congragulations! ScoreSpot should now show it's test results on bootup
|
||||
>
|
||||
>
|
||||
> To view the test results navigate to Docker and open the container's logs
|
||||
|
||||
Reference in New Issue
Block a user