Skip to content

Commit

Permalink
Merge pull request #38 from Funnyadd/master
Browse files Browse the repository at this point in the history
update master -> main
  • Loading branch information
Funnyadd authored Jan 21, 2025
2 parents 14f023b + d3a4f87 commit b3e888a
Show file tree
Hide file tree
Showing 29 changed files with 17,007 additions and 14,674 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ For more information please feel free to contact me with my information provided
JWT_SECRET=""
ADMIN_JWT_SECRET=""
API_TOKEN_SALT=""
TRANSFER_TOKEN_SALT=""
RESEND_API_KEY=""
CLOUDINARY_NAME=""
CLOUDINARY_KEY=""
Expand All @@ -59,6 +61,7 @@ For more information please feel free to contact me with my information provided

```shell
STRAPI_TOKEN=""
GATSBY_STRAPI_URL=""
```

1. **Installing dependencies and building project**
Expand Down Expand Up @@ -86,7 +89,7 @@ For more information please feel free to contact me with my information provided
# start in development mode (with schema modifications enabled)
npm run develop
```
Your Strapi content-manager should now be running at `http://localhost:1338`!
Your Strapi content-manager should now be running at http://localhost:1338!

1. **Running the front-end**

Expand All @@ -101,9 +104,11 @@ For more information please feel free to contact me with my information provided
npm run develop
```

Your site is now running at `http://localhost:8000`!
Your site is now running at http://localhost:8000!

_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby Tutorial](https://www.gatsbyjs.com/docs/tutorial/part-4/#use-graphiql-to-explore-the-data-layer-and-write-graphql-queries)._
_Note: You'll also see a second link: http://localhost:8000/\_\_\_graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby Tutorial](https://www.gatsbyjs.com/docs/tutorial/part-4/#use-graphiql-to-explore-the-data-layer-and-write-graphql-queries)._
_Note: The way to actually work with graphql in this project is through strapi directly and should be available on the following link: http://localhost:1338/graphql_
## 🧐 What's inside?

Expand All @@ -119,8 +124,7 @@ A quick look at the top-level files and directories you'll see in a Gatsby proje
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md
└── package.json
1. **`/node_modules`**: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.
Expand All @@ -142,8 +146,6 @@ A quick look at the top-level files and directories you'll see in a Gatsby proje
10. **`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.
11. **`README.md`**: A text file containing useful reference information about your project.
## 🎓 Useful information
Looking for more guidance?
Expand Down
Loading

0 comments on commit b3e888a

Please sign in to comment.