https://github.com/bcc-code/bcc-ac-gatsby-v2
Active Christianity
https://github.com/bcc-code/bcc-ac-gatsby-v2
website
Last synced: 12 months ago
JSON representation
Active Christianity
- Host: GitHub
- URL: https://github.com/bcc-code/bcc-ac-gatsby-v2
- Owner: bcc-code
- License: mit
- Created: 2021-11-30T13:10:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T17:23:38.000Z (about 2 years ago)
- Last Synced: 2024-04-25T18:35:04.347Z (about 2 years ago)
- Topics: website
- Language: CSS
- Homepage:
- Size: 13.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🚀 Quick start
1. **Install.**
Navigate into your new site’s directory and install it
```sh
cd ac-static/
yarn install
```
1. **Start developing.**
```sh
yarn run start
```
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 `ac-static` directory in your code editor of choice and edit files in `src/`. Save your changes and the browser will update in real time!