Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dormanator/kings-closet-site
A static site built for the non-profit King's Closet based out of Dallas, TX. Made with Gatsby.js and hosted on GitHub Pages.
https://github.com/dormanator/kings-closet-site
Last synced: about 2 months ago
JSON representation
A static site built for the non-profit King's Closet based out of Dallas, TX. Made with Gatsby.js and hosted on GitHub Pages.
- Host: GitHub
- URL: https://github.com/dormanator/kings-closet-site
- Owner: Dormanator
- License: 0bsd
- Created: 2020-10-16T02:00:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T14:56:35.000Z (about 3 years ago)
- Last Synced: 2024-04-17T01:54:54.680Z (9 months ago)
- Language: JavaScript
- Homepage: https://www.kingscloset.org
- Size: 22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
King's Closet Public Site## π What's This Project?
This project was a chance for me to give back and get more experience by redesigning and deploying a website for a local non-profit. I gained valuable experience with React, Gatsby, and Bootstrap 4 while creating this site. I also got more hands-on experience with Github solutions for version control, issues, and hosting.
## π How Do I Contribute or Preview the Site Locally?
1. **Fork the Repo and download locally.**
1. **Start developing.**
Navigate into your the siteβs directory and start it up.
```shell
cd kings-closet/
npm install
npm develop
```1. **Open the source code and start editing!**
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.org/tutorial/part-five/#introducing-graphiql)._
Open the `kings-closet` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes and the browser will update in real time!